다음을 통해 공유


WellKnownTypeCollection.TryGetWellKnownType(UInt32, Type) 메서드

정의

제공된 형식 식별자에 해당하는 형식을 가져옵니다.

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

매개 변수

typeId
UInt32

형식 식별자입니다.

type
Type

형식입니다.

반환

true 해당 형식을 찾았으면 이고, false 그렇지 않으면 입니다.

적용 대상