IVsProjectReference::Identity Property

 

Gets or sets the identity of the project reference.

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

[DispIdAttribute(1610743808)]
property String^ Identity {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The identity of the project reference.

Return to top
Show: