Condividi tramite


ResourceCommandSnapshot.Deconstruct Method

Definition

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
DisplayName
String
DisplayDescription
String
Parameter
Object
ConfirmationMessage
String
IconName
String
IconVariant
Nullable<IconVariant>
IsHighlighted
Boolean

Applies to