IVsSharedProjectReference::SharedProjectID Property

Visual Studio 2015
 

Gets or sets ProjectID Guid for the Shared Project. IVsSolution.GetGuidOfProject should be used to retrieve the IVsHierarchy for the Shared Project.

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

[DispIdAttribute(1610743808)]
property Guid SharedProjectID {
	Guid get();
	void set(Guid value);
}

Property Value

Type: System::Guid

The GUID of the Shared Project.

Return to top
Show: