Compartilhar via


Propriedade VCRuntimeStringProperty.Category

Define ou obtém a categoria da propriedade.

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

Sintaxe

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

Tipo: String
Seqüência de caracteres contendo a categoria da VCRuntimeStringProperty objeto.

Segurança do .NET Framework

Consulte também

Referência

VCRuntimeStringProperty Interface

Namespace Microsoft.VisualStudio.VCProjectEngine