'Declaration
<CanBeNullAttribute()> Function GetDataTypeInfoFromDataTypeId( _ ByVal dataTypeId As Object, _ ByVal searchSupertypes As Boolean, _ ByVal requireBaseDataType As Boolean _ ) As ValueResult
'Usage
Dim instance As _UADataTypeDefinitionProvider Dim dataTypeId As Object Dim searchSupertypes As Boolean Dim requireBaseDataType As Boolean Dim value As ValueResult value = instance.GetDataTypeInfoFromDataTypeId(dataTypeId, searchSupertypes, requireBaseDataType)
[CanBeNull()] ValueResult GetDataTypeInfoFromDataTypeId( object dataTypeId, bool searchSupertypes, bool requireBaseDataType )
[CanBeNull()] ValueResult^ GetDataTypeInfoFromDataTypeId( Object^ dataTypeId, bool searchSupertypes, bool requireBaseDataType )
Parameters
- dataTypeId
- A data type ID.
The value of this parameter cannot be
null
(Nothing
in Visual Basic). - searchSupertypes
- Determines whether the provider will attempt to recursively look at supertypes when determining the data type info.
- requireBaseDataType
- Determines whether base data types will always be included in the result.
Return Value
This method can return null
(Nothing
in Visual Basic).