Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 786 Bytes

ipropertysetserializer_deserialize_1459460147.md

File metadata and controls

31 lines (19 loc) · 786 Bytes
-api-id -api-type
M:Windows.Storage.Streams.IPropertySetSerializer.Deserialize(Windows.Foundation.Collections.IPropertySet,Windows.Storage.Streams.IBuffer)
winrt method

Windows.Storage.Streams.IPropertySetSerializer.Deserialize(Windows.Foundation.Collections.IPropertySet,Windows.Storage.Streams.IBuffer)

-description

Deserializes an IPropertySet from an IBuffer.

-parameters

-param propertySet

The IPropertySet to deserialize.

-param buffer

The IBuffer containing a serialized IPropertySet that needs to be deserialized.

-remarks

Returns the IPropertySet result of the deserialization.

-see-also

-examples