Freigeben über


IVsDataViewCommonNodeInfo.Properties-Eigenschaft

Ruft die Eigenschaften des aktuellen Knotens ab.

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

Syntax

'Declaration
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>

Eigenschaftswert

Typ: IDictionary<String, IVsDataViewPropertyInfo>
Eine Liste der Eigenschaften des aktuellen Knotens als Name-Wert-Paare von Eigenschaftennamen und von IVsDataViewPropertyInfo-Objekte ein

.NET Framework-Sicherheit

Siehe auch

Referenz

IVsDataViewCommonNodeInfo Schnittstelle

Microsoft.VisualStudio.Data.Services-Namespace