IVsDataViewCommonNodeInfo.Commands Property

Definition

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.

Applies to