IDesignerToolWindow.IsVisible Property

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Gets whether the designer tool is visible in the window.

Namespace:  Microsoft.DataWarehouse.Interfaces
Assembly:  Microsoft.DataWarehouse.Interfaces (in Microsoft.DataWarehouse.Interfaces.dll)

Syntax

'Declaration
ReadOnly Property IsVisible As Boolean 
    Get
'Usage
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

Property Value

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

See Also

Reference

IDesignerToolWindow Interface

Microsoft.DataWarehouse.Interfaces Namespace