IDesignerToolWindow.Show Method

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
Sub Show ( _
    activate As Boolean _
)
'Usage
Dim instance As IDesignerToolWindow
Dim activate As Boolean

instance.Show(activate)
void Show(
    bool activate
)
void Show(
    bool activate
)
abstract Show : 
        activate:bool -> unit 
function Show(
    activate : boolean
)

Parameters