IDesignerToolWindowService Interface

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

Represents a designer tool window service.

This API is not CLS-compliant. 

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

Syntax

'Declaration
<CLSCompliantAttribute(False)> _
<GuidAttribute("B24BFD35-8C30-4b21-A5B7-EBD09845BEAB")> _
Public Interface IDesignerToolWindowService
'Usage
Dim instance As IDesignerToolWindowService
[CLSCompliantAttribute(false)]
[GuidAttribute("B24BFD35-8C30-4b21-A5B7-EBD09845BEAB")]
public interface IDesignerToolWindowService
[CLSCompliantAttribute(false)]
[GuidAttribute(L"B24BFD35-8C30-4b21-A5B7-EBD09845BEAB")]
public interface class IDesignerToolWindowService
[<CLSCompliantAttribute(false)>]
[<GuidAttribute("B24BFD35-8C30-4b21-A5B7-EBD09845BEAB")>]
type IDesignerToolWindowService =  interface end
public interface IDesignerToolWindowService

The IDesignerToolWindowService type exposes the following members.

Methods

  Name Description
Public method CreateToolWindow(Guid, UInt32) Creates a tool window.
Public method CreateToolWindow(Guid, UInt32, Guid, String, Control) Creates a IDesignerToolWindow object..
Public method FindToolWindow Infrastructure. Searches a tool window.
Public method GetToolWindow Returns a tool window.

Top

See Also

Reference

Microsoft.DataWarehouse.Interfaces Namespace