다음을 통해 공유


CardViewParameters.SignInCardViewParameters 메서드

정의

로그인 카드 보기를 만드는 도우미 메서드입니다.

public static Microsoft.Bot.Schema.SharePoint.CardViewParameters SignInCardViewParameters(Microsoft.Bot.Schema.SharePoint.CardBarComponent cardBar, Microsoft.Bot.Schema.SharePoint.CardTextComponent header, Microsoft.Bot.Schema.SharePoint.CardTextComponent body, Microsoft.Bot.Schema.SharePoint.CardButtonComponent footer);
static member SignInCardViewParameters : Microsoft.Bot.Schema.SharePoint.CardBarComponent * Microsoft.Bot.Schema.SharePoint.CardTextComponent * Microsoft.Bot.Schema.SharePoint.CardTextComponent * Microsoft.Bot.Schema.SharePoint.CardButtonComponent -> Microsoft.Bot.Schema.SharePoint.CardViewParameters
Public Shared Function SignInCardViewParameters (cardBar As CardBarComponent, header As CardTextComponent, body As CardTextComponent, footer As CardButtonComponent) As CardViewParameters

매개 변수

cardBar
CardBarComponent

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

header
CardTextComponent

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

body
CardTextComponent

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

footer
CardButtonComponent

로그인 완료 단추입니다.

반환

카드 보기 구성.

적용 대상