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 | |
---|---|---|
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 | |
---|---|---|
EnableCommandForDataView | This class and its members are reserved for internal use and are not intended to be used in your code. | |
Site | (Inherited from DataSiteableObject<IVsDataViewHierarchy>.) |
Top
Methods
Name | Description | |
---|---|---|
CreateCommand(Int32, CommandID) | (Inherited from DataViewCommandProvider.) | |
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[]).) | |
CreateSelectionCommand(CommandID) | (Inherited from DataViewCommandProvider.) | |
CreateSelectionCommand(CommandID, array<Object[]) | (Inherited from DataViewCommandProvider.) | |
EnsurePackageLoaded | This class and its members are reserved for internal use and are not intended to be used in your code. | |
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
OnSiteChanged | (Inherited from DataSiteableObject<IVsDataViewHierarchy>.) | |
SendCommand | This class and its members are reserved for internal use and are not intended to be used in your code. | |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
UpdateCommandStatus(MenuCommand) | (Inherited from DataViewCommandProvider.) | |
UpdateCommandStatus(MenuCommand, array<Object[]) | (Inherited from DataViewCommandProvider.) |
Top
Events
Name | Description | |
---|---|---|
SiteChanged | (Inherited from DataSiteableObject<IVsDataViewHierarchy>.) |
Top
Fields
Name | Description | |
---|---|---|
cmdSetGuidTeamSystemSql | This class and its members are reserved for internal use and are not intended to be used in your code. | |
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 | |
---|---|---|
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