Initializes a new instance of the DataViewSelectionMenuCommand class with the command, events, and the view hierarchy.
Namespace: Microsoft.VisualStudio.Data.Framework
Assembly: Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)
Syntax
'宣言
<CLSCompliantAttribute(False)> _
Public Sub New ( _
command As CommandID, _
statusHandler As EventHandler, _
handler As EventHandler, _
viewHierarchy As IVsDataViewHierarchy _
)
'使用
Dim command As CommandID
Dim statusHandler As EventHandler
Dim handler As EventHandler
Dim viewHierarchy As IVsDataViewHierarchy
Dim instance As New DataViewSelectionMenuCommand(command, _
statusHandler, handler, viewHierarchy)
[CLSCompliantAttribute(false)]
public DataViewSelectionMenuCommand(
CommandID command,
EventHandler statusHandler,
EventHandler handler,
IVsDataViewHierarchy viewHierarchy
)
[CLSCompliantAttribute(false)]
public:
DataViewSelectionMenuCommand(
CommandID^ command,
EventHandler^ statusHandler,
EventHandler^ handler,
IVsDataViewHierarchy^ viewHierarchy
)
public function DataViewSelectionMenuCommand(
command : CommandID,
statusHandler : EventHandler,
handler : EventHandler,
viewHierarchy : IVsDataViewHierarchy
)
Parameters
command
Type: System.ComponentModel.Design.CommandIDA CommandID that uniquely identifies the command.
statusHandler
Type: System.EventHandlerThe event to raise to convey status updates.
handler
Type: System.EventHandlerThe event to raise when the user selects the menu item.
viewHierarchy
Type: Microsoft.VisualStudio.Data.Services.SupportEntities.IVsDataViewHierarchyAn IVsDataViewHierarchy containing the collection of selected nodes for one data connection.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
DataViewSelectionMenuCommand Class
DataViewSelectionMenuCommand Members