Partilhar via


Propriedade IVsDataViewCommonNodeInfo.Properties

Obtém as propriedades do nó atual.

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

Sintaxe

'Declaração
ReadOnly Property Properties As IDictionary(Of String, IVsDataViewPropertyInfo)
IDictionary<string, IVsDataViewPropertyInfo> Properties { get; }
property IDictionary<String^, IVsDataViewPropertyInfo^>^ Properties {
    IDictionary<String^, IVsDataViewPropertyInfo^>^ get ();
}
abstract Properties : IDictionary<string, IVsDataViewPropertyInfo>
function get Properties () : IDictionary<String, IVsDataViewPropertyInfo>

Valor de propriedade

Tipo: System.Collections.Generic.IDictionary<String, IVsDataViewPropertyInfo>
Uma lista de propriedades do nó atual como pares nome/valor de nomes de propriedades e de objetos de IVsDataViewPropertyInfo

Segurança do .NET Framework

Consulte também

Referência

IVsDataViewCommonNodeInfo Interface

Namespace Microsoft.VisualStudio.Data.Services