ServerExplorerCommandHandler Class
This class and its members are reserved for internal use and are not intended to be used in your code. Command handler for data view (server explorer) commands that we support.
This API is not CLS-compliant.
Inheritance Hierarchy
System..::..Object
DataSiteableObject< (Of < ( <'IVsDataViewHierarchy> ) > ) >
DataViewCommandProvider
Microsoft.VisualStudio.Data.Tools.Package.Internal..::..ServerExplorerCommandHandler
Namespace: Microsoft.VisualStudio.Data.Tools.Package.Internal
Assembly: Microsoft.VisualStudio.Data.Tools.Package (in Microsoft.VisualStudio.Data.Tools.Package.dll)
Syntax
'Declaration
<CLSCompliantAttribute(False)> _
Public Class ServerExplorerCommandHandler _
Inherits DataViewCommandProvider
'Usage
Dim instance As ServerExplorerCommandHandler
[CLSCompliantAttribute(false)]
public class ServerExplorerCommandHandler : DataViewCommandProvider
[CLSCompliantAttribute(false)]
public ref class ServerExplorerCommandHandler : public DataViewCommandProvider
[<CLSCompliantAttribute(false)>]
type ServerExplorerCommandHandler =
class
inherit DataViewCommandProvider
end
public class ServerExplorerCommandHandler extends DataViewCommandProvider
The ServerExplorerCommandHandler type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ServerExplorerCommandHandler | Initializes a new instance of the ServerExplorerCommandHandler class. |
Top
Properties
Name | Description | |
---|---|---|
EnableCommandForDataView | Set flag indicating that command should be enabled because it is going to be run from data view (server explorer). | |
Site | (Inherited from DataSiteableObject< (Of < ( <'IVsDataViewHierarchy> ) > ) >.) |
Top
Methods
Name | Description | |
---|---|---|
CreateCommand(Int32, CommandID) | (Inherited from DataViewCommandProvider.) | |
CreateCommand(Int32, CommandID, array<Object> [] () [] []) | Create command for schema and data compare. (Overrides DataViewCommandProviderCreateCommand(Int32, CommandID, array<Object>[]()[][]).) | |
CreateSelectionCommand(CommandID) | (Inherited from DataViewCommandProvider.) | |
CreateSelectionCommand(CommandID, array<Object>[]()[][]) | (Inherited from DataViewCommandProvider.) | |
EnsurePackageLoaded | Load our package if not already. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
OnSiteChanged | (Inherited from DataSiteableObject< (Of < ( <'IVsDataViewHierarchy> ) > ) >.) | |
SendCommand | Send command via DTE. | |
ToString | (Inherited from Object.) | |
UpdateCommandStatus(MenuCommand) | (Inherited from DataViewCommandProvider.) | |
UpdateCommandStatus(MenuCommand, array<Object>[]()[][]) | (Inherited from DataViewCommandProvider.) |
Top
Events
Name | Description | |
---|---|---|
SiteChanged | (Inherited from DataSiteableObject< (Of < ( <'IVsDataViewHierarchy> ) > ) >.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
Microsoft#VisualStudio#Data#Core#IVsDataSupportObject{T}#Invoke | (Inherited from DataViewCommandProvider.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Reference
Microsoft.VisualStudio.Data.Tools.Package.Internal Namespace