NavigationManager.EnsureInitialized 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.
Allows derived classes to lazily self-initialize. Implementations that support lazy-initialization should override this method and call Initialize(String, String).
protected:
virtual void EnsureInitialized();
protected virtual void EnsureInitialized ();
abstract member EnsureInitialized : unit -> unit
override this.EnsureInitialized : unit -> unit
Protected Overridable Sub EnsureInitialized ()