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)

[DispIdAttribute(1610743810)]
property String^ ReferenceSpecification {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The reference specification string.

Return to top
Show: