VSConstants.ItemTypeGuid.SharedProjectReference_string Field
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.
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.