'DeclarationPublic Shared Function FindVarType( _ ByVal type As Type, _ ByRef varType As VarType _ ) As Boolean
'UsageDim type As Type Dim varType As VarType Dim value As Boolean value = VarTypeUtilities.FindVarType(type, varType)
Parameters
- type
- The System.Type for which the corresponding OLE Automation type should be determined.
- varType
- The resulting VarType. If it cannot be specifically determined, a
nullis returned.
Return Value
Returns
true if the corresponding OLE automation type has been successfully determined; return false otherwise.