TaskFetchAction 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 TaskFetchSubmitActionData instead. This will be removed in a future version of the SDK.
[System.Obsolete("This class is deprecated. Use TaskFetchSubmitActionData instead. This will be removed in a future version of the SDK.")]
public class TaskFetchAction : Microsoft.Teams.Cards.SubmitAction
[<System.Obsolete("This class is deprecated. Use TaskFetchSubmitActionData instead. This will be removed in a future version of the SDK.")>]
type TaskFetchAction = class
inherit SubmitAction
Public Class TaskFetchAction
Inherits SubmitAction
- Inheritance
- Attributes
Constructors
| Name | Description |
|---|---|
| TaskFetchAction(IDictionary<String,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) |