共用方式為


VCRuntimeProperty.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
字串,包含描述VCRuntimeProperty物件。

.NET Framework 安全性

請參閱

參考

VCRuntimeProperty 介面

Microsoft.VisualStudio.VCProjectEngine 命名空間