Share via


DialogInstance.State 属性

定义

获取或设置实例的持久状态。

public System.Collections.Generic.IDictionary<string,object> State { get; set; }
member this.State : System.Collections.Generic.IDictionary<string, obj> with get, set
Public Property State As IDictionary(Of String, Object)

属性值

实例的持久状态。

适用于