ProvideLanguageServiceAttribute.UnifiedSettingsMoniker 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 or sets the moniker representing this language in Unified Settings. For example, if this is set to "zsharp" then clicking the Line Numbers setting for this language in the Options window will persist the value under the name "languages.zsharp.lineNumbers".
public string UnifiedSettingsMoniker { get; set; }
member this.UnifiedSettingsMoniker : string with get, set
Public Property UnifiedSettingsMoniker As String