Udostępnij za pośrednictwem


Deserializer.ConvertToType(DataTypeCode) Method

Definition

Converts a DataTypeCode to its corresponding Type.

public static Type ConvertToType (Microsoft.Internal.VisualStudio.RemoteUI.DataTypeCode typeCode);
static member ConvertToType : Microsoft.Internal.VisualStudio.RemoteUI.DataTypeCode -> Type
Public Shared Function ConvertToType (typeCode As DataTypeCode) As Type

Parameters

typeCode
DataTypeCode

The DataTypeCode to convert.

Returns

The Type corresponding to typeCode.

Applies to