共用方式為


ReferencedTypeCollection.TryGetTypeReference(Type, UInt32) 方法

定義

取得指定型別的識別碼。

public bool TryGetTypeReference (Type type, out uint reference);
member this.TryGetTypeReference : Type * uint32 -> bool
Public Function TryGetTypeReference (type As Type, ByRef reference As UInteger) As Boolean

參數

type
Type

類型。

reference
UInt32

參考。

傳回

true 如果已參考類型,則為 , false 否則為 。

適用於