Interface IDesignerToolWindowService

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Represents a designer tool window service.

Cette API n'est pas conforme CLS. 

Espace de noms :  Microsoft.DataWarehouse.Interfaces
Assembly :  Microsoft.DataWarehouse.Interfaces (en Microsoft.DataWarehouse.Interfaces.dll)

Syntaxe

'Déclaration
<CLSCompliantAttribute(False)> _
<GuidAttribute("B24BFD35-8C30-4b21-A5B7-EBD09845BEAB")> _
Public Interface IDesignerToolWindowService
'Utilisation
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

Le type IDesignerToolWindowService expose les membres suivants.

Méthodes

  Nom Description
Méthode publique CreateToolWindow(Guid, UInt32) Creates a tool window.
Méthode publique CreateToolWindow(Guid, UInt32, Guid, String, Control) Creates a IDesignerToolWindow object..
Méthode publique FindToolWindow Infrastructure. Searches a tool window.
Méthode publique GetToolWindow Returns a tool window.

Haut de la page

Voir aussi

Référence

Espace de noms Microsoft.DataWarehouse.Interfaces