ClientSettings.RegisterClientSideProviderAssembly, méthode
.NET Framework 3.0
Registers an assembly that contains client-side providers.
Espace de noms: System.Windows.Automation
Assembly : UIAutomationClient (dans uiautomationclient.dll)
Assembly : UIAutomationClient (dans uiautomationclient.dll)
This method is called on startup by UI Automation clients that use client-side UI Automation providers loaded from an assembly. Applications that use providers implemented in their own assembly should call RegisterClientSideProviders.
For example code, see Register a Client-side Provider Assembly.