DialogStateManager.Values 속성
정의
ICollection<T>메모리 범위의 값을 포함 하는을 가져옵니다.Gets an ICollection<T> containing the values of the memory scopes.
public System.Collections.Generic.ICollection<object> Values { get; }
member this.Values : System.Collections.Generic.ICollection<obj>
Public ReadOnly Property Values As ICollection(Of Object)
속성 값
메모리 범위의 값입니다.Values of the memory scopes.