Interface IDesignerToolWindowService

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

Cette API n'est pas conforme CLS. 

Espace de noms :  Microsoft.DataWarehouse.Interfaces
Assembly :  Microsoft.DataWarehouse.Interfaces (dans 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