Share via


IDesignerToolWindowService-Schnittstelle

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Represents a designer tool window service.

Diese API ist nicht mit CLS kompatibel. 

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

Der IDesignerToolWindowService-Typ macht folgende Elemente verfügbar.

Methoden

  Name Beschreibung
Öffentliche Methode CreateToolWindow(Guid, UInt32) Creates a tool window.
Öffentliche Methode CreateToolWindow(Guid, UInt32, Guid, String, Control) Creates a IDesignerToolWindow object..
Öffentliche Methode FindToolWindow Infrastruktur Searches a tool window.
Öffentliche Methode GetToolWindow Returns a tool window.

Zum Anfang

Siehe auch

Verweis

Microsoft.DataWarehouse.Interfaces-Namespace