Compartilhar via


Propriedade IVsDataViewPropertyInfo.Category

Obtém a categoria da propriedade do nó.

Namespace:  Microsoft.VisualStudio.Data.Services
Assembly:  Microsoft.VisualStudio.Data.Services (em Microsoft.VisualStudio.Data.Services.dll)

Sintaxe

'Declaração
ReadOnly Property Category As String
string Category { get; }
property String^ Category {
    String^ get ();
}
abstract Category : string
function get Category () : String

Valor de propriedade

Tipo: System.String
Um valor de cadeia de caracteres que contém a categoria da propriedade do nó.

Comentários

A categoria é usada para agrupar propriedades na grade de propriedades.

Segurança do .NET Framework

Consulte também

Referência

IVsDataViewPropertyInfo Interface

Namespace Microsoft.VisualStudio.Data.Services