Compartir a través de


VCRuntimeBooleanProperty.Category (Propiedad)

Establece u obtiene el valor predeterminado de la propiedad.

Espacio de nombres:  Microsoft.VisualStudio.VCProjectEngine
Ensamblado:  Microsoft.VisualStudio.VCProjectEngine (en Microsoft.VisualStudio.VCProjectEngine.dll)

Sintaxis

'Declaración
Property Category As String
string Category { get; set; }
property String^ Category {
    String^ get ();
    void set (String^ value);
}
abstract Category : string with get, set
function get Category () : String
function set Category (value : String)

Valor de propiedad

Tipo: System.String
Cadena que contiene la categoría del objeto de VCRuntimeBooleanProperty .

Seguridad de .NET Framework

Vea también

Referencia

VCRuntimeBooleanProperty Interfaz

Microsoft.VisualStudio.VCProjectEngine (Espacio de nombres)