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)
'Usage
Dim instance As IVsDataViewCommonNodeInfo 
Dim value As IDictionary(Of String, IVsDataViewPropertyInfo)

value = instance.Properties
IDictionary<string, IVsDataViewPropertyInfo> Properties { get; }
property IDictionary<String^, IVsDataViewPropertyInfo^>^ Properties {
    IDictionary<String^, IVsDataViewPropertyInfo^>^ 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

IVsDataViewCommonNodeInfo Members

Microsoft.VisualStudio.Data.Services Namespace