Compartir a través de


IVsDataViewCommonNodeInfo.Properties (Propiedad)

Obtiene las propiedades del nodo actual.

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

Sintaxis

'Declaración
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> with get
function get Properties () : IDictionary<String, IVsDataViewPropertyInfo>

Valor de propiedad

Tipo: IDictionary<String, IVsDataViewPropertyInfo>
Una lista de propiedades del nodo actual como pares de nombre/valor de nombres y de objetos de IVsDataViewPropertyInfo

Seguridad de .NET Framework

Vea también

Referencia

IVsDataViewCommonNodeInfo Interfaz

Microsoft.VisualStudio.Data.Services (Espacio de nombres)