Action(ActionType) Constructor

Definition

Caution

Constructors of types with required members are not supported in this version of your compiler.

[System.Obsolete("Constructors of types with required members are not supported in this version of your compiler.", true)]
public Action(Microsoft.Teams.Api.Cards.ActionType type);
[<System.Obsolete("Constructors of types with required members are not supported in this version of your compiler.", true)>]
new Microsoft.Teams.Api.Cards.Action : Microsoft.Teams.Api.Cards.ActionType -> Microsoft.Teams.Api.Cards.Action
Public Sub New (type As ActionType)

Parameters

type
ActionType
Attributes

Applies to