'Declaration
<NotNullAttribute()> Function GetDataType( _ ByVal dataTypeInfo As UADataTypeInfo _ ) As ValueResult(Of DataType)
'Usage
Dim instance As IUADataTypeSystem Dim dataTypeInfo As UADataTypeInfo Dim value As ValueResult(Of DataType) value = instance.GetDataType(dataTypeInfo)
[NotNull()] ValueResult<DataType> GetDataType( UADataTypeInfo dataTypeInfo )
[NotNull()] ValueResult<DataType^>^ GetDataType( UADataTypeInfo^ dataTypeInfo )
Parameters
- dataTypeInfo
- Data type info.
The value of this parameter cannot be
null
(Nothing
in Visual Basic).
Return Value
A value result: A success with the data type for the specified data type info, or a failure.
This method never returns null
(Nothing
in Visual Basic).