다음을 통해 공유


CardSearchFooterComponent 클래스

정의

적응형 카드 확장 검색 바닥글 구성 요소입니다.

public class CardSearchFooterComponent : Microsoft.Bot.Schema.SharePoint.BaseCardComponent
type CardSearchFooterComponent = class
    inherit BaseCardComponent
Public Class CardSearchFooterComponent
Inherits BaseCardComponent
상속
CardSearchFooterComponent

생성자

CardSearchFooterComponent()

CardSearchFooterComponent 클래스의 새 인스턴스를 초기화합니다.

속성

Id

구성 요소 인스턴스의 선택적 고유 식별자를 가져오거나 설정합니다.

(다음에서 상속됨 BaseCardComponent)
ImageInitials

이미지가 없을 때 이미지 영역에 표시할 이니셜을 가져오거나 설정합니다.

ImageUrl

사용할 이미지의 URL을 가져오거나 설정합니다. 정사각형 가로 세로 비율이고 이미지 영역에 맞을 만큼 커야 합니다.

OnSelection

바닥글을 선택할 때 호출할 동작을 가져오거나 설정합니다.

Text

표시할 기본 텍스트를 가져오거나 설정합니다. 예를 들어 검색하는 사람의 이름입니다.

Title

표시할 제목을 가져오거나 설정합니다.

적용 대상