SettingValue<T>.SettingIdentifier 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 full identifiers of the setting, including the category it is nested under.
public Microsoft.VisualStudio.Extensibility.Settings.SettingIdentifier<T> SettingIdentifier { get; }
member this.SettingIdentifier : Microsoft.VisualStudio.Extensibility.Settings.SettingIdentifier<'T>
Public ReadOnly Property SettingIdentifier As SettingIdentifier(Of T)