Share via


PrintSupportPrinterSelectedEventArgs.SetAdaptiveCard(IAdaptiveCard) Method

Definition

Sets the adaptive card to be shown by the print system in the print dialog in response to the PrintSupportExtensionSession.PrinterSelected event.

public:
 virtual void SetAdaptiveCard(IAdaptiveCard ^ adaptiveCard) = SetAdaptiveCard;
void SetAdaptiveCard(IAdaptiveCard const& adaptiveCard);
public void SetAdaptiveCard(IAdaptiveCard adaptiveCard);
function setAdaptiveCard(adaptiveCard)
Public Sub SetAdaptiveCard (adaptiveCard As IAdaptiveCard)

Parameters

adaptiveCard
IAdaptiveCard

The AdaptiveCard object to be shown.

Remarks

Note that not all Adaptive Card actions and features are supported. For more information, see Print support app design guide.

Applies to