VCReferences::CanAddReferenceToFile Method (String^)

 

Returns a value indicating whether to add the given file reference.

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

bool CanAddReferenceToFile(
	String^ Path
)

Parameters

Path
Type: System::String^

Path to the reference.

Return Value

Type: System::Boolean

true if a file reference can be added; otherwise, false.

Return to top
Show: