Share via


IVsDataViewCommonNodeInfo.Properties Property

Gets the properties of the current node.

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>

Property Value

Type: System.Collections.Generic.IDictionary<String, IVsDataViewPropertyInfo>
A list of properties of the current node as name/value pairs of property names and IVsDataViewPropertyInfo objects

.NET Framework Security

See Also

Reference

IVsDataViewCommonNodeInfo Interface

Microsoft.VisualStudio.Data.Services Namespace