VSConstants.ItemTypeGuid.SharedProjectReference_string Field

Definition

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

public: System::String ^ SharedProjectReference_string;
std::wstring SharedProjectReference_string;
public const string SharedProjectReference_string;
val mutable SharedProjectReference_string : string
Public Const SharedProjectReference_string As String 

Field Value

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