共用方式為


IPropertySetSerializer.Deserialize(IPropertySet, IBuffer) 方法

定義

從 IBuffer 還原序列化 IPropertySet。

public:
 void Deserialize(IPropertySet ^ propertySet, IBuffer ^ buffer);
void Deserialize(IPropertySet const& propertySet, IBuffer const& buffer);
public void Deserialize(IPropertySet propertySet, IBuffer buffer);
function deserialize(propertySet, buffer)
Public Sub Deserialize (propertySet As IPropertySet, buffer As IBuffer)

參數

propertySet
IPropertySet

要還原序列化的 IPropertySet。

buffer
IBuffer

包含需要還原序列化的 IPropertySet 的 IBuffer。

備註

傳回還原序列化的 IPropertySet 結果。

適用於