Partilhar via


Propriedade VCRuntimeBooleanProperty.HelpContext

Define ou obtém o contexto de Ajuda da propriedade.

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

Sintaxe

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

Valor de propriedade

Tipo: System.Int32
Contexto da ajuda a VCRuntimeBooleanProperty objeto.

Segurança do .NET Framework

Consulte também

Referência

VCRuntimeBooleanProperty Interface

Namespace Microsoft.VisualStudio.VCProjectEngine