ExtensionPartMetadata.TryDeserializeAs<T>(T) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Tries to deserialize metadata in to the given type.
public bool TryDeserializeAs<T> (out T? value);
member this.TryDeserializeAs : 'T -> bool
Public Function TryDeserializeAs(Of T) (ByRef value As T) As Boolean
Type Parameters
- T
Type to deserialize in to.
Parameters
- value
- T
Value to be returned if deserialization is successful.
Returns
true if metadata was deserialized successfully, false otherwise.