VCReferences::CanAddProjectReference Method (Object^)
Visual Studio 2015
Returns a value indicating whether to add the given project reference.
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Parameters
- proj
-
Type:
System::Object^
The project reference.
This method is generally used in conjunction with the AddProjectReference method. You use this method to determine whether it is okay to add a project reference, and if it is, then you call AddProjectReference.
Show: