IVsSharedProjectReference.SharedProjectID Property

Definition

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

Applies to