EffectUtilities.RegisterEffectControlProvider Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
For internal use by the Microsoft.Maui.Controls platform.
public:
static void RegisterEffectControlProvider(Microsoft::Maui::Controls::IEffectControlProvider ^ self, Microsoft::Maui::Controls::IElementController ^ oldElement, Microsoft::Maui::Controls::IElementController ^ newElement);
public static void RegisterEffectControlProvider (Microsoft.Maui.Controls.IEffectControlProvider self, Microsoft.Maui.Controls.IElementController oldElement, Microsoft.Maui.Controls.IElementController newElement);
static member RegisterEffectControlProvider : Microsoft.Maui.Controls.IEffectControlProvider * Microsoft.Maui.Controls.IElementController * Microsoft.Maui.Controls.IElementController -> unit
Public Shared Sub RegisterEffectControlProvider (self As IEffectControlProvider, oldElement As IElementController, newElement As IElementController)
Parameters
For internal use by the Microsoft.Maui.Controls platform.
- oldElement
- IElementController
For internal use by the Microsoft.Maui.Controls platform.
- newElement
- IElementController
For internal use by the Microsoft.Maui.Controls platform.