Share via


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
Public method ServerExplorerCommandHandler Initializes a new instance of the ServerExplorerCommandHandler class.

Top

Properties

  Name Description
Public propertyStatic member EnableCommandForDataView Set flag indicating that command should be enabled because it is going to be run from data view (server explorer).
Public property Site (Inherited from DataSiteableObject< (Of < ( <'IVsDataViewHierarchy> ) > ) >.)

Top

Methods

  Name Description
Public method CreateCommand(Int32, CommandID) (Inherited from DataViewCommandProvider.)
Protected method CreateCommand(Int32, CommandID, array<Object> [] () [] []) Create command for schema and data compare. (Overrides DataViewCommandProviderCreateCommand(Int32, CommandID, array<Object>[]()[][]).)
Public method CreateSelectionCommand(CommandID) (Inherited from DataViewCommandProvider.)
Protected method CreateSelectionCommand(CommandID, array<Object>[]()[][]) (Inherited from DataViewCommandProvider.)
Protected methodStatic member EnsurePackageLoaded Load our package if not already.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Protected method OnSiteChanged (Inherited from DataSiteableObject< (Of < ( <'IVsDataViewHierarchy> ) > ) >.)
Protected method SendCommand Send command via DTE.
Public method ToString (Inherited from Object.)
Public method UpdateCommandStatus(MenuCommand) (Inherited from DataViewCommandProvider.)
Protected method UpdateCommandStatus(MenuCommand, array<Object>[]()[][]) (Inherited from DataViewCommandProvider.)

Top

Events

  Name Description
Public event SiteChanged (Inherited from DataSiteableObject< (Of < ( <'IVsDataViewHierarchy> ) > ) >.)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method 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