IMixedRealityOnDemandObserver.UpdateOnceInitialized Property
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.
Whether the observer updates once after initialization (regardless whether AutoUpdate is true).
public:
property bool UpdateOnceInitialized { bool get(); void set(bool value); };
public bool UpdateOnceInitialized { get; set; }
member this.UpdateOnceInitialized : bool with get, set
Public Property UpdateOnceInitialized As Boolean