IDesignerToolWindowFactory Interface

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

This API is not CLS-compliant. 

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

Syntax

'Declaration
<CLSCompliantAttribute(False)> _
Public Interface IDesignerToolWindowFactory
'Usage
Dim instance As IDesignerToolWindowFactory
[CLSCompliantAttribute(false)]
public interface IDesignerToolWindowFactory
[CLSCompliantAttribute(false)]
public interface class IDesignerToolWindowFactory
[<CLSCompliantAttribute(false)>]
type IDesignerToolWindowFactory =  interface end
public interface IDesignerToolWindowFactory

The IDesignerToolWindowFactory type exposes the following members.

Methods

  Name Description
Public method CreateToolWindow

Top