IVsDataViewCommonNodeInfo.Properties Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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