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.
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); }
Show: