共用方式為


VCRuntimeStringProperty.HelpContext 屬性

設定或取得屬性的說明內容。

命名空間:  Microsoft.VisualStudio.VCProjectEngine
組件:  Microsoft.VisualStudio.VCProjectEngine (在 Microsoft.VisualStudio.VCProjectEngine.dll 中)

語法

'宣告
Property HelpContext As Integer
int HelpContext { get; set; }
property int HelpContext {
    int get ();
    void set (int value);
}
abstract HelpContext : int with get, set
function get HelpContext () : int
function set HelpContext (value : int)

屬性值

型別:System.Int32
說明內容的VCRuntimeStringProperty物件。

.NET Framework 安全性

請參閱

參考

VCRuntimeStringProperty 介面

Microsoft.VisualStudio.VCProjectEngine 命名空間