Delen via


ReadResult.Deconstruct Method

Definition

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
ValidationErrorMessage
String

Applies to