다음을 통해 공유


CardViewParameters.PrimaryTextCardViewParameters 메서드

정의

기본 텍스트 카드 보기를 만드는 도우미 메서드입니다.

public static Microsoft.Bot.Schema.SharePoint.CardViewParameters PrimaryTextCardViewParameters(Microsoft.Bot.Schema.SharePoint.CardBarComponent cardBar, Microsoft.Bot.Schema.SharePoint.CardTextComponent header, Microsoft.Bot.Schema.SharePoint.CardTextComponent body, System.Collections.Generic.IList<Microsoft.Bot.Schema.SharePoint.BaseCardComponent> footer);
static member PrimaryTextCardViewParameters : Microsoft.Bot.Schema.SharePoint.CardBarComponent * Microsoft.Bot.Schema.SharePoint.CardTextComponent * Microsoft.Bot.Schema.SharePoint.CardTextComponent * System.Collections.Generic.IList<Microsoft.Bot.Schema.SharePoint.BaseCardComponent> -> Microsoft.Bot.Schema.SharePoint.CardViewParameters
Public Shared Function PrimaryTextCardViewParameters (cardBar As CardBarComponent, header As CardTextComponent, body As CardTextComponent, footer As IList(Of BaseCardComponent)) As CardViewParameters

매개 변수

cardBar
CardBarComponent

카드 표시줄 구성 요소입니다.

header
CardTextComponent

머리글로 표시할 텍스트 구성 요소입니다.

body
CardTextComponent

본문으로 표시할 텍스트 구성 요소입니다.

footer
IList<BaseCardComponent>

바닥글로 표시할 최대 두 개의 단추 또는 텍스트 입력입니다.

반환

카드 보기 구성.

설명

기본 텍스트 카드 보기에는 다음이 표시됩니다. - 카드 표시줄 - 기본 텍스트 필드 1개 - 설명 텍스트 필드 1개 - 중간 카드 크기의 단추 0개 또는 단추 1개, 큰 카드 크기의 단추 최대 2개; 또는 텍스트 입력입니다.

적용 대상