Shell.IShellController.AddAppearanceObserver 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.
virtual void Microsoft.Maui.Controls.IShellController.AddAppearanceObserver(Microsoft::Maui::Controls::IAppearanceObserver ^ observer, Microsoft::Maui::Controls::Element ^ pivot) = Microsoft::Maui::Controls::IShellController::AddAppearanceObserver;
void IShellController.AddAppearanceObserver (Microsoft.Maui.Controls.IAppearanceObserver observer, Microsoft.Maui.Controls.Element pivot);
abstract member Microsoft.Maui.Controls.IShellController.AddAppearanceObserver : Microsoft.Maui.Controls.IAppearanceObserver * Microsoft.Maui.Controls.Element -> unit
override this.Microsoft.Maui.Controls.IShellController.AddAppearanceObserver : Microsoft.Maui.Controls.IAppearanceObserver * Microsoft.Maui.Controls.Element -> unit
Sub AddAppearanceObserver (observer As IAppearanceObserver, pivot As Element) Implements IShellController.AddAppearanceObserver
Parameters
- observer
- IAppearanceObserver
- pivot
- Element
Implements
Applies to
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.