SettingValue Constructors
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.
Overloads
SettingValue(SettingValue) | |
SettingValue(SettingValueType, String) |
A setting value. |
SettingValue(SettingValue)
protected SettingValue (Microsoft.VisualStudio.RpcContracts.UnifiedSettings.SettingValue original);
Protected Sub New (original As SettingValue)
Parameters
- original
- SettingValue
Applies to
SettingValue(SettingValueType, String)
A setting value.
public SettingValue (Microsoft.VisualStudio.RpcContracts.UnifiedSettings.SettingValueType ValueType, string Data);
new Microsoft.VisualStudio.RpcContracts.UnifiedSettings.SettingValue : Microsoft.VisualStudio.RpcContracts.UnifiedSettings.SettingValueType * string -> Microsoft.VisualStudio.RpcContracts.UnifiedSettings.SettingValue
Public Sub New (ValueType As SettingValueType, Data As String)
Parameters
- ValueType
- SettingValueType
The type of the value.
- Data
- String
The value as a JSON string.