다음을 통해 공유


WellKnownTypeCollection.TryGetWellKnownTypeId(Type, UInt32) 메서드

정의

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

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

매개 변수

type
Type

형식입니다.

typeId
UInt32

형식 식별자입니다.

반환

true 형식에 잘 알려진 식별자가 있으면 이고, false 그렇지 않으면 입니다.

적용 대상