Share via


IVsProjectReference.ReferenceSpecification Property

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.

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)

Syntax

'Declaration
Property ReferenceSpecification As String
string ReferenceSpecification { get; set; }
property String^ ReferenceSpecification {
    String^ get ();
    void set (String^ value);
}
abstract ReferenceSpecification : string with get, set
function get ReferenceSpecification () : String 
function set ReferenceSpecification (value : String)

Property Value

Type: System.String
The reference specification string.

.NET Framework Security

See Also

Reference

IVsProjectReference Interface

Microsoft.VisualStudio.Shell.Interop Namespace