ResourceCommandSnapshot.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 string Name, out Aspire.Hosting.ApplicationModel.ResourceCommandState State, out string DisplayName, out string? DisplayDescription, out object? Parameter, out string? ConfirmationMessage, out string? IconName, out Aspire.Hosting.ApplicationModel.IconVariant? IconVariant, out bool IsHighlighted);
Public Sub Deconstruct (ByRef Name As String, ByRef State As ResourceCommandState, ByRef DisplayName As String, ByRef DisplayDescription As String, ByRef Parameter As Object, ByRef ConfirmationMessage As String, ByRef IconName As String, ByRef IconVariant As Nullable(Of IconVariant), ByRef IsHighlighted As Boolean)
Parameters
- Name
- String
- State
- ResourceCommandState
- DisplayName
- String
- DisplayDescription
- String
- Parameter
- Object
- ConfirmationMessage
- String
- IconName
- String
- IconVariant
- Nullable<IconVariant>
- IsHighlighted
- Boolean