ChangeResult.Deconstruct(ChangeResultCode, String, Boolean, String) 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.ChangeResultCode ResultCode, out string Moniker, out bool CommitWillChangeEffectiveValue, out string? Message);
Public Sub Deconstruct (ByRef ResultCode As ChangeResultCode, ByRef Moniker As String, ByRef CommitWillChangeEffectiveValue As Boolean, ByRef Message As String)
Parameters
- ResultCode
- ChangeResultCode
- Moniker
- String
- CommitWillChangeEffectiveValue
- Boolean
- Message
- String