IVsDataViewCommonNodeInfo.DefaultCommand 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 default command that is set for the current node.
public:
property Microsoft::VisualStudio::Data::Services::IVsDataViewCommandInfo ^ DefaultCommand { Microsoft::VisualStudio::Data::Services::IVsDataViewCommandInfo ^ get(); };
public Microsoft.VisualStudio.Data.Services.IVsDataViewCommandInfo DefaultCommand { get; }
member this.DefaultCommand : Microsoft.VisualStudio.Data.Services.IVsDataViewCommandInfo
Public ReadOnly Property DefaultCommand As IVsDataViewCommandInfo
Property Value
An IVsDataViewCommandInfo object as the default command.