IVsDataViewCommonNodeInfo.Commands 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 commands associated with the current node.
public:
property System::Collections::Generic::IDictionary<System::ComponentModel::Design::CommandID ^, Microsoft::VisualStudio::Data::Services::IVsDataViewCommandInfo ^> ^ Commands { System::Collections::Generic::IDictionary<System::ComponentModel::Design::CommandID ^, Microsoft::VisualStudio::Data::Services::IVsDataViewCommandInfo ^> ^ get(); };
public System.Collections.Generic.IDictionary<System.ComponentModel.Design.CommandID,Microsoft.VisualStudio.Data.Services.IVsDataViewCommandInfo> Commands { get; }
member this.Commands : System.Collections.Generic.IDictionary<System.ComponentModel.Design.CommandID, Microsoft.VisualStudio.Data.Services.IVsDataViewCommandInfo>
Public ReadOnly Property Commands As IDictionary(Of CommandID, IVsDataViewCommandInfo)
Property Value
The commands associated with the current node, as name/value pairs containing the command identifiers and their corresponding IVsDataViewCommandInfo objects.