IDesignerToolWindow.IsVisible Property

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

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