IDesignerToolWindow 接口

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

Represents an interface of designer tool for the specified window.

此 API 不符合 CLS。 

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

语法

声明
<CLSCompliantAttribute(False)> _
Public Interface IDesignerToolWindow
用法
Dim instance As IDesignerToolWindow
[CLSCompliantAttribute(false)]
public interface IDesignerToolWindow
[CLSCompliantAttribute(false)]
public interface class IDesignerToolWindow
[<CLSCompliantAttribute(false)>]
type IDesignerToolWindow =  interface end
public interface IDesignerToolWindow

IDesignerToolWindow 类型公开以下成员。

属性

  名称 说明
公共属性 Caption 基础结构。Gets the description for the window.
公共属性 Client 基础结构。Gets or sets the client controller.
公共属性 IsVisible 基础结构。Gets whether the designer tool is visible in the window.

页首

方法

  名称 说明
公共方法 Close 基础结构。Closes the window manually.
公共方法 Hide 基础结构。Makes a window invisible.
公共方法 SetBitmap 基础结构。Sets the bitmap value.
公共方法 SetViewCommand 基础结构。Opens one or more window.
公共方法 Show 基础结构。Opens a windows and returns without waiting for the newly opened window to close.

页首

请参阅

参考

Microsoft.DataWarehouse.Interfaces 命名空间