IDesignerToolWindowService Interface

 

Applies To: SQL Server 2016 Preview

Represents a designer tool window service.

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

Syntax

[CLSCompliantAttribute(false)]
[GuidAttribute("B24BFD35-8C30-4b21-A5B7-EBD09845BEAB")]
public interface IDesignerToolWindowService
[CLSCompliantAttribute(false)]
[GuidAttribute("B24BFD35-8C30-4b21-A5B7-EBD09845BEAB")]
public interface class IDesignerToolWindowService
[<CLSCompliantAttribute(false)>]
[<GuidAttribute("B24BFD35-8C30-4b21-A5B7-EBD09845BEAB")>]
type IDesignerToolWindowService = interface end
<CLSCompliantAttribute(False)>
<GuidAttribute("B24BFD35-8C30-4b21-A5B7-EBD09845BEAB")>
Public Interface IDesignerToolWindowService

Methods

Name Description
System_CAPS_pubmethod CreateToolWindow(Guid, UInt32)

Creates a tool window.

System_CAPS_pubmethod CreateToolWindow(Guid, UInt32, Guid, String, Control)

Creates a IDesignerToolWindow object..

System_CAPS_pubmethod FindToolWindow(Guid, UInt32)

Searches a tool window.

System_CAPS_pubmethod GetToolWindow(Guid, UInt32)

Returns a tool window.

See Also

Microsoft.DataWarehouse.Interfaces Namespace

Return to top