IDesignerToolWindowFactory Interface

 

Applies To: SQL Server 2016 Preview

Represents a designer tool window factory.

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

Syntax

[CLSCompliantAttribute(false)]
public interface IDesignerToolWindowFactory
[CLSCompliantAttribute(false)]
public interface class IDesignerToolWindowFactory
[<CLSCompliantAttribute(false)>]
type IDesignerToolWindowFactory = interface end
<CLSCompliantAttribute(False)>
Public Interface IDesignerToolWindowFactory

Methods

Name Description
System_CAPS_pubmethod CreateToolWindow(IServiceProvider, Guid, UInt32)

Creates a tool window with a specified identifier.

See Also

Microsoft.DataWarehouse.Interfaces Namespace

Return to top