Share via


SettingValues.Item[SettingIdentifier] Property

Definition

Gets the element that has the specified key in the read-only dictionary.

public Microsoft.VisualStudio.Extensibility.Settings.ISettingValue this[Microsoft.VisualStudio.Extensibility.Settings.SettingIdentifier key] { get; }
member this.Item(Microsoft.VisualStudio.Extensibility.Settings.SettingIdentifier) : Microsoft.VisualStudio.Extensibility.Settings.ISettingValue
Default Public ReadOnly Property Item(key As SettingIdentifier) As ISettingValue

Parameters

Property Value

Implements

Applies to