Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Encapsulates information that describes a command for a node in Server Explorer.
Namespace:  Microsoft.VisualStudio.Data.Services
Assembly:  Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)
Syntax
'Declaration
Public Interface IVsDataViewCommandInfo
public interface IVsDataViewCommandInfo
public interface class IVsDataViewCommandInfo
type IVsDataViewCommandInfo =  interface end
public interface IVsDataViewCommandInfo
The IVsDataViewCommandInfo type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| .gif) | CommandId | Gets a CommandID that uniquely identifies the command. | 
| .gif) | CommandProviderType | Gets the class as a Type that implements the IVsDataViewCommandProvider support entity. The provider supplies this implementation. | 
Top
Methods
| Name | Description | |
|---|---|---|
| .gif) | GetParameters | Gets the parameters associated with this command. | 
Top
Remarks
This interface is implemented as a built-in DDEX service.