次の方法で共有


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 それ以外の場合は 。

適用対象