IDesignerToolWindow.IsVisible 属性

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

Gets whether the designer tool is visible in the window.

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

语法

声明
ReadOnly Property IsVisible As Boolean 
    Get
用法
Dim instance As IDesignerToolWindow 
Dim value As Boolean 

value = instance.IsVisible
bool IsVisible { get; }
property bool IsVisible {
    bool get ();
}
abstract IsVisible : bool
function get IsVisible () : boolean

属性值

类型:System.Boolean
true if the designer tool is visible in the window; otherwise, false.

请参阅

参考

IDesignerToolWindow 接口

Microsoft.DataWarehouse.Interfaces 命名空间