共用方式為


ReferencedTypeCollection.TryGetReferencedType(UInt32, Type) 方法

定義

取得具有指定參考識別碼的型別。

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

參數

reference
UInt32

參考識別碼。

type
Type

參考的類型。

傳回

true 如果找到參考的類型,則為 , false 否則為 。

適用於