VCRuntimeStringProperty.Category 属性

设置或获取属性的类。

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

语法

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

属性值

类型:System.String
字符串包含 VCRuntimeStringProperty 对象的类别。

.NET Framework 安全性

请参见

参考

VCRuntimeStringProperty 接口

Microsoft.VisualStudio.VCProjectEngine 命名空间