ReadResult.Deconstruct Method
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.
public void Deconstruct (out Microsoft.VisualStudio.RpcContracts.UnifiedSettings.ReadResultCode ResultCode, out string Moniker, out Microsoft.VisualStudio.RpcContracts.UnifiedSettings.SettingValue? Value, out Microsoft.VisualStudio.RpcContracts.UnifiedSettings.SettingValueMetaData MetaData, out string? ValidationErrorMessage);
Public Sub Deconstruct (ByRef ResultCode As ReadResultCode, ByRef Moniker As String, ByRef Value As SettingValue, ByRef MetaData As SettingValueMetaData, ByRef ValidationErrorMessage As String)
Parameters
- ResultCode
- ReadResultCode
- Moniker
- String
- Value
- SettingValue
- MetaData
- SettingValueMetaData
- ValidationErrorMessage
- String