다음을 통해 공유


DialogTurnResult.ParentEnded 속성

정의

DialogCommand가 부모 컨테이너를 종료했으며 부모가 추가 처리를 수행하지 않아야 하는지 여부를 나타내는 값을 가져오거나 설정합니다.

public bool ParentEnded { get; set; }
member this.ParentEnded : bool with get, set
Public Property ParentEnded As Boolean

속성 값

DialogCommand가 부모 컨테이너를 종료했는지 여부와 부모는 추가 처리를 수행하지 않아야 합니다.

적용 대상