SettingsObserver.ObservedMonikerPatterns 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.
Gets the moniker patterns for the settings to be observed.
protected abstract string[] ObservedMonikerPatterns { get; }
member this.ObservedMonikerPatterns : string[]
Protected MustOverride ReadOnly Property ObservedMonikerPatterns As String()
Property Value
String[]
Remarks
Each pattern is a setting moniker (like "environment.general.visualExperience.colorTheme") or prefix + wildcard (like "environment.general.*").