InvokeAction Class
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.
Caution
This class is deprecated. Use InvokeSubmitActionData instead. This will be removed in a future version of the SDK.
[System.Obsolete("This class is deprecated. Use InvokeSubmitActionData instead. This will be removed in a future version of the SDK.")]
public class InvokeAction : Microsoft.Teams.Cards.SubmitAction
[<System.Obsolete("This class is deprecated. Use InvokeSubmitActionData instead. This will be removed in a future version of the SDK.")>]
type InvokeAction = class
inherit SubmitAction
Public Class InvokeAction
Inherits SubmitAction
- Inheritance
- Attributes
Constructors
| Name | Description |
|---|---|
| InvokeAction(Object) | |
Properties
| Name | Description |
|---|---|
| AssociatedInputs | (Inherited from SubmitAction) |
| ConditionallyEnabled | (Inherited from SubmitAction) |
| Data | (Inherited from SubmitAction) |
| Fallback | (Inherited from SubmitAction) |
| IconUrl | (Inherited from SubmitAction) |
| Id | (Inherited from SubmitAction) |
| IsEnabled | (Inherited from SubmitAction) |
| Key | (Inherited from SubmitAction) |
| MenuActions | (Inherited from SubmitAction) |
| Mode | (Inherited from SubmitAction) |
| Msteams | (Inherited from SubmitAction) |
| Requires | (Inherited from SubmitAction) |
| Style | (Inherited from SubmitAction) |
| ThemedIconUrls | (Inherited from SubmitAction) |
| Title | (Inherited from SubmitAction) |
| Tooltip | (Inherited from SubmitAction) |
| Type | (Inherited from SubmitAction) |