다음을 통해 공유


ReferencedTypeCollection.TryGetReferencedType(UInt32, Type) 메서드

정의

지정된 참조 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

매개 변수

reference
UInt32

참조 ID입니다.

type
Type

참조된 형식입니다.

반환

true 참조된 형식이 있으면 이고, false 그렇지 않으면 입니다.

적용 대상