共用方式為


VCRuntimeEnumProperty.HelpF1Keyword 屬性

這個應用程式開發介面支援 .NET Framework 基礎結構,但您不可以直接在程式碼中使用它。

僅限 Microsoft 內部使用。

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

語法

'宣告
Property HelpF1Keyword As String
string HelpF1Keyword { get; set; }
property String^ HelpF1Keyword {
    String^ get ();
    void set (String^ value);
}
abstract HelpF1Keyword : string with get, set
function get HelpF1Keyword () : String 
function set HelpF1Keyword (value : String)

屬性值

類型:String
字串。

.NET Framework 安全性

請參閱

參考

VCRuntimeEnumProperty 介面

Microsoft.VisualStudio.VCProjectEngine 命名空間