ServerExplorerCommandHandler Class
The command handler for the supported data view (server explorer) commands.
This API is not CLS-compliant. The CLS-compliant alternative is .
Namespace: Microsoft.VisualStudio.Data.Schema.Project.Common.UI
Assembly: Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.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
public class ServerExplorerCommandHandler extends DataViewCommandProvider
[<CLSCompliantAttribute(false)>]
type ServerExplorerCommandHandler =
class
inherit DataViewCommandProvider
end
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.Data.Framework.DataSiteableObject<IVsDataViewHierarchy>
Microsoft.VisualStudio.Data.Framework.DataViewCommandProvider
Microsoft.VisualStudio.Data.Schema.Project.Common.UI.ServerExplorerCommandHandler
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
ServerExplorerCommandHandler Members
Microsoft.VisualStudio.Data.Schema.Project.Common.UI Namespace