DataViewSelectionMenuCommand Constructor
Include Protected Members
Include Inherited Members
Initializes a new instance of the DataViewSelectionMenuCommand class.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
DataViewSelectionMenuCommand(CommandID, IVsDataViewHierarchy) | Initializes a new instance of the DataViewSelectionMenuCommand class with the command and the view hierarchy. | |
DataViewSelectionMenuCommand(CommandID, EventHandler, IVsDataViewHierarchy) | Initializes a new instance of the DataViewSelectionMenuCommand class with the command, an event, and the view hierarchy. | |
DataViewSelectionMenuCommand(CommandID, EventHandler, EventHandler, IVsDataViewHierarchy) | Initializes a new instance of the DataViewSelectionMenuCommand class with the command, events, and the view hierarchy. |
Top