VCReferences::CanAddProjectReferenceByIdentifier Method (String^)

 

Returns a value indicating whether to add the given project reference by refering to it by its unique identifier.

Namespace:   Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)

bool CanAddProjectReferenceByIdentifier(
	String^ Identifier
)

Parameters

Identifier
Type: System::String^

Unique identifier of the assembly.

Return Value

Type: System::Boolean

true if the assembly reference can be added, false if it cannot.

Return to top
Show: