IVsProjectReference::ReferenceSpecification Property
Visual Studio 2015
Gets or sets the specification information for the project reference. The reference specification is made up of the project’s GUID and the project’s Visual Studio unique name, separated by a “|” character.
Assembly: Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
[DispIdAttribute(1610743810)] property String^ ReferenceSpecification { String^ get(); void set(String^ value); }
Show: