VCRuntimeEnumProperty.Description 属性

设置或获取属性的说明。

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

语法

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

属性值

类型:System.String
字符串包含 VCRuntimeEnumProperty 对象的声明。

.NET Framework 安全性

请参见

参考

VCRuntimeEnumProperty 接口

Microsoft.VisualStudio.VCProjectEngine 命名空间