IVsDataViewCommandInfo Interface
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.
Represents information about a data view node command.
public interface class IVsDataViewCommandInfo
public interface IVsDataViewCommandInfo
type IVsDataViewCommandInfo = interface
Public Interface IVsDataViewCommandInfo
Properties
CommandId |
Gets a CommandID that uniquely identifies the command. |
CommandProviderType |
Gets the class as a Type that implements the IVsDataViewCommandProvider support entity. The provider supplies this implementation. |
Methods
GetParameters() |
Gets the parameters associated with this command. |