IDesignerToolWindowService 接口

此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。

Represents a designer tool window service.

此 API 不符合 CLS。 

命名空间:  Microsoft.DataWarehouse.Interfaces
程序集:  Microsoft.DataWarehouse.Interfaces(在 Microsoft.DataWarehouse.Interfaces.dll 中)

语法

声明
<CLSCompliantAttribute(False)> _
<GuidAttribute("B24BFD35-8C30-4b21-A5B7-EBD09845BEAB")> _
Public Interface IDesignerToolWindowService
用法
Dim instance As IDesignerToolWindowService
[CLSCompliantAttribute(false)]
[GuidAttribute("B24BFD35-8C30-4b21-A5B7-EBD09845BEAB")]
public interface IDesignerToolWindowService
[CLSCompliantAttribute(false)]
[GuidAttribute(L"B24BFD35-8C30-4b21-A5B7-EBD09845BEAB")]
public interface class IDesignerToolWindowService
[<CLSCompliantAttribute(false)>]
[<GuidAttribute("B24BFD35-8C30-4b21-A5B7-EBD09845BEAB")>]
type IDesignerToolWindowService =  interface end
public interface IDesignerToolWindowService

IDesignerToolWindowService 类型公开以下成员。

方法

  名称 说明
公共方法 CreateToolWindow(Guid, UInt32) Creates a tool window.
公共方法 CreateToolWindow(Guid, UInt32, Guid, String, Control) Creates a IDesignerToolWindow object..
公共方法 FindToolWindow 基础结构。Searches a tool window.
公共方法 GetToolWindow Returns a tool window.

页首

请参阅

参考

Microsoft.DataWarehouse.Interfaces 命名空间