IVsProjectReference.ReferenceSpecification Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
public:
property System::String ^ ReferenceSpecification { System::String ^ get(); void set(System::String ^ value); };
public:
property Platform::String ^ ReferenceSpecification { Platform::String ^ get(); void set(Platform::String ^ value); };
[System.Runtime.InteropServices.DispId(1610743810)]
public string ReferenceSpecification { get; set; }
public string ReferenceSpecification { get; set; }
[<System.Runtime.InteropServices.DispId(1610743810)>]
member this.ReferenceSpecification : string with get, set
member this.ReferenceSpecification : string with get, set
Public Property ReferenceSpecification As String
Property Value
The reference specification string.
- Attributes