IVsDataViewCommonNodeInfo.Properties Property

Definition

Gets the properties of the current node.

public:
 property System::Collections::Generic::IDictionary<System::String ^, Microsoft::VisualStudio::Data::Services::IVsDataViewPropertyInfo ^> ^ Properties { System::Collections::Generic::IDictionary<System::String ^, Microsoft::VisualStudio::Data::Services::IVsDataViewPropertyInfo ^> ^ get(); };
public System.Collections.Generic.IDictionary<string,Microsoft.VisualStudio.Data.Services.IVsDataViewPropertyInfo> Properties { get; }
member this.Properties : System.Collections.Generic.IDictionary<string, Microsoft.VisualStudio.Data.Services.IVsDataViewPropertyInfo>
Public ReadOnly Property Properties As IDictionary(Of String, IVsDataViewPropertyInfo)

Property Value

A list of properties of the current node as name/value pairs of property names and IVsDataViewPropertyInfo objects

Applies to