Share via


ServerExplorerCommandHandler Class

This class and its members are reserved for internal use and are not intended to be used in your code. This class provides a command handler for supported data view (Server Explorer) commands.

This API is not CLS-compliant. 

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.Data.Framework.DataSiteableObject<IVsDataViewHierarchy>
    Microsoft.VisualStudio.Data.Framework.DataViewCommandProvider
      Microsoft.VisualStudio.Data.Schema.Package.Internal.ServerExplorerCommandHandler
        Microsoft.VisualStudio.Data.Schema.Package.Sql.Internal.SqlServerExplorerCommandHandler

Namespace:  Microsoft.VisualStudio.Data.Schema.Package.Internal
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntax

'Declaration
<CLSCompliantAttribute(False)> _
Public Class ServerExplorerCommandHandler _
    Inherits DataViewCommandProvider
[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 This class and its members are reserved for internal use and are not intended to be used in your code.

Top

Properties

  Name Description
Public propertyStatic member EnableCommandForDataView This class and its members are reserved for internal use and are not intended to be used in your code.
Public property Site (Inherited from DataSiteableObject<IVsDataViewHierarchy>.)

Top

Methods

  Name Description
Public method CreateCommand(Int32, CommandID) (Inherited from DataViewCommandProvider.)
Protected method CreateCommand(Int32, CommandID, array<Object[]) This class and its members are reserved for internal use and are not intended to be used in your code. (Overrides DataViewCommandProvider.CreateCommand(Int32, CommandID, array<Object[]).)
Public method CreateSelectionCommand(CommandID) (Inherited from DataViewCommandProvider.)
Protected method CreateSelectionCommand(CommandID, array<Object[]) (Inherited from DataViewCommandProvider.)
Protected methodStatic member EnsurePackageLoaded This class and its members are reserved for internal use and are not intended to be used in your code.
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it 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 This class and its members are reserved for internal use and are not intended to be used in your code.
Public method ToString Returns a string that represents the current object. (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<IVsDataViewHierarchy>.)

Top

Fields

  Name Description
Protected fieldStatic member cmdSetGuidTeamSystemSql This class and its members are reserved for internal use and are not intended to be used in your code.
Protected fieldStatic member cmdSetGuidTeamSystemSqlString This class and its members are reserved for internal use and are not intended to be used in your code.

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method IVsDataSupportObject<IVsDataViewCommandProvider>.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.Schema.Package.Internal Namespace