CardComponentName Enum
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.
Names of the supported Adaptive Card Extension Card View Components.
public enum CardComponentName
type CardComponentName =
Public Enum CardComponentName
- Inheritance
-
CardComponentName
Fields
Name | Value | Description |
---|---|---|
Text | 0 | Text component. |
CardButton | 1 | Card button component. |
CardBar | 2 | Card bar component. |
TextInput | 3 | Text input component. |
SearchBox | 4 | Search box component. |
SearchFooter | 5 | Search footer component. |