IVsSharedProjectReference.SharedProjectID Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets ProjectID Guid for the Shared Project. IVsSolution.GetGuidOfProject should be used to retrieve the IVsHierarchy for the Shared Project.
public:
property Guid SharedProjectID { Guid get(); void set(Guid value); };
[System.Runtime.InteropServices.DispId(1610743808)]
public Guid SharedProjectID { get; set; }
[<System.Runtime.InteropServices.DispId(1610743808)>]
member this.SharedProjectID : Guid with get, set
Public Property SharedProjectID As Guid
Property Value
The GUID of the Shared Project.
- Attributes