VSConstants.ItemTypeGuid.SharedProjectReference_string 字段

定义

SharedProjectReference 项 (通常) 的 "引用" 文件夹的子文件夹。

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 

字段值

String

注解

SharedProjectReference 项表示导入的共享 MSBuild 项目文件 (例如 *. projitems 文件) 。 通常,这些共享的 MSBuild 项目文件由特定共享项目 "拥有" (称为 "共享资产" 项目) 加载到解决方案中。

适用于