IVsProjectReference.ReferenceSpecification Property

Definition

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

Applies to