AdaptiveDialog.DefaultResultProperty 属性

定义

获取或设置当对话框结束时没有更多 Actions 且 AutoEndDialog = true 时返回结果的属性。

public string DefaultResultProperty { get; set; }
member this.DefaultResultProperty : string with get, set
Public Property DefaultResultProperty As String

属性值

当对话框结束时,当没有更多 Actions 和 AutoEndDialog = true 时,要作为结果返回的属性。

适用于