Compartilhar via


Propriedade VCRuntimeBooleanProperty.HelpF1Keyword

Esta API oferece suporte à infraestrutura .NET Framework e não se destina a ser usada diretamente do seu código.

Somente para uso interno da Microsoft.

Namespace:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (em Microsoft.VisualStudio.VCProjectEngine.dll)

Sintaxe

'Declaração
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)

Valor de propriedade

Tipo: String
Uma sequência de caracteres

Segurança do .NET Framework

Consulte também

Referência

VCRuntimeBooleanProperty Interface

Namespace Microsoft.VisualStudio.VCProjectEngine