다음을 통해 공유


PropertyBag.GetState 메서드

정의

속성 모음의 상태를 문자열로 직렬화합니다.

public:
 System::String ^ GetState();
public string GetState ();
member this.GetState : unit -> string
Public Function GetState () As String

반환

컬렉션의 serialize된 상태입니다.

설명

속성 모음은 메서드를 사용하여 CreatePropertyBagFromState 역직렬화할 수 있습니다.

적용 대상