次の方法で共有


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 を返します。

適用対象