VCRuntimeProperty.Name 属性

获取或设置 VCRuntimeProperty 对象的名称。

命名空间:  Microsoft.VisualStudio.VCProjectEngine
程序集:  Microsoft.VisualStudio.VCProjectEngine(在 Microsoft.VisualStudio.VCProjectEngine.dll 中)

语法

声明
Property Name As String
string Name { get; set; }
property String^ Name {
    String^ get ();
    void set (String^ value);
}
abstract Name : string with get, set
function get Name () : String
function set Name (value : String)

属性值

类型:System.String
VCRuntimeProperty 对象的名称。

.NET Framework 安全性

请参见

参考

VCRuntimeProperty 接口

Microsoft.VisualStudio.VCProjectEngine 命名空间