ReferencedTypeCollection.TryGetReferencedType(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.
Gets the type with the specified reference id.
public bool TryGetReferencedType (uint reference, out Type type);
member this.TryGetReferencedType : uint32 * Type -> bool
Public Function TryGetReferencedType (reference As UInteger, ByRef type As Type) As Boolean
Parameters
- reference
- UInt32
The reference id.
- type
- Type
The referenced type.
Returns
true
if the referenced type was found, false
otherwise.