Deserializer.ConvertToType(DataTypeCode) 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.
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
.