VSConstants.GUID_ItemType_SharedProjectReference Field

Definition

SharedProjectReference item (normally child of "References" folder).

public: static initonly Guid GUID_ItemType_SharedProjectReference;
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
public static readonly Guid GUID_ItemType_SharedProjectReference;
[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)>]
 staticval mutable GUID_ItemType_SharedProjectReference : Guid
Public Shared ReadOnly GUID_ItemType_SharedProjectReference As Guid 

Field Value

Attributes

Remarks

SharedProjectReference items represent imported shared MSBuild project files (e.g. *.projitems file). Normally these shared MSBuild project files are "owned" by a particular Shared Project (aka Shared Assets Project) loaded in the Solution.

Applies to