WellKnownTypeCollection.TryGetWellKnownType(UInt32, Type) 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.
Tries to get the type corresponding to the provided type identifier.
public bool TryGetWellKnownType (uint typeId, out Type type);
member this.TryGetWellKnownType : uint32 * Type -> bool
Public Function TryGetWellKnownType (typeId As UInteger, ByRef type As Type) As Boolean
Parameters
- typeId
- UInt32
The type identifier.
- type
- Type
The type.
Returns
true
if the corresponding type was found, false
otherwise.