Setting<T>.FullId 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 id of the setting.
[System.Runtime.Serialization.IgnoreDataMember]
public Microsoft.VisualStudio.Extensibility.Settings.SettingIdentifier<T> FullId { get; }
[<System.Runtime.Serialization.IgnoreDataMember>]
member this.FullId : Microsoft.VisualStudio.Extensibility.Settings.SettingIdentifier<'T>
Public ReadOnly Property FullId As SettingIdentifier(Of T)
Property Value
- Attributes