PropertyBag.GetState 方法

定义

将属性包的状态序列化为字符串。

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

返回

集合的序列化状态。

注解

可以使用 方法反序列化 CreatePropertyBagFromState 属性包。

适用于