Share via


DialogTurnResult.ParentEnded 属性

定义

获取或设置一个值,该值指示 DialogCommand 是否已结束其父容器,并且父级不应执行任何进一步处理。

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

属性值

DialogCommand 是否已结束其父容器,并且父级不应执行任何进一步处理。

适用于