Share via


ServerExplorerCommandHandler Members

Include Protected Members
Include Inherited Members

The command handler for the supported data view (server explorer) commands.

The ServerExplorerCommandHandler type exposes the following members.

Constructors

  Name Description
Public method ServerExplorerCommandHandler Initializes a new instance of the ServerExplorerCommandHandler class.

Top

Methods

  Name Description
Public method CreateCommand Overloaded. Creates a command for schema and data compare.
Public method CreateSelectionCommand Overloaded. Handles the multi-selection case of creating a command for schema and data compare.
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Protected method OnSiteChanged (Inherited from DataSiteableObject<IVsDataViewHierarchy>.)
Protected method SendCommand Sends a command via DTE.
Public method ToString Returns a String that represents the current Object. (Inherited from Object.)
Public method UpdateCommandStatus Overloaded.

Top

Properties

  Name Description
Public propertyStatic member EnableCommandForDataView Gets or sets a flag that indicates a command should be enabled because it is going to be run from data view (server explorer).
Public property Site (Inherited from DataSiteableObject<IVsDataViewHierarchy>.)

Top

Events

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

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method IVsDataSupportObject<IVsDataViewCommandProvider>.Invoke (Inherited from DataViewCommandProvider.)

Top

See Also

Reference

ServerExplorerCommandHandler Class

Microsoft.VisualStudio.Data.Schema.Project.Common.UI Namespace