Interface IDesignerToolWindowService
Essa API oferece suporte à infraestrutura do e não se destina a ser usada diretamente no seu código.
Essa API não é compatível com CLS.
Namespace: Microsoft.DataWarehouse.Interfaces
Assembly: Microsoft.DataWarehouse.Interfaces (em Microsoft.DataWarehouse.Interfaces.dll)
Sintaxe
'Declaração
<CLSCompliantAttribute(False)> _
<GuidAttribute("B24BFD35-8C30-4b21-A5B7-EBD09845BEAB")> _
Public Interface IDesignerToolWindowService
'Uso
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
O tipo IDesignerToolWindowService expõe os membros a seguir.
Métodos
Nome | Descrição | |
---|---|---|
CreateToolWindow(Guid, UInt32) | ||
CreateToolWindow(Guid, UInt32, Guid, String, Control) | ||
FindToolWindow | ||
GetToolWindow |
Início