Click or drag to resize

SolutionFindProjectEntry Method (Guid)

Find any ProjectEntry with the specified Guid.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public SolutionProjectEntry FindProjectEntry(
	Guid guid
)

Parameters

guid
Type: SystemGuid

Return Value

Type: SolutionProjectEntry
See Also