다음을 통해 공유


DialogStateManager.SetValue(String, Object) 메서드

정의

메모리를 값으로 설정합니다.

public void SetValue(string path, object value);
member this.SetValue : string * obj -> unit
Public Sub SetValue (path As String, value As Object)

매개 변수

path
String

메모리 경로입니다.

value
Object

설정할 개체입니다.

적용 대상