다음을 통해 공유


KnownTypesProvider.GetKnownTypes(ICustomAttributeProvider) 메서드

정의

개별 프로필 속성의 형식을 포함하는 Type 개체의 배열을 만듭니다.

이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.

public:
 static cli::array <Type ^> ^ GetKnownTypes(System::Reflection::ICustomAttributeProvider ^ knownTypeAttributeTarget);
public static Type[] GetKnownTypes (System.Reflection.ICustomAttributeProvider knownTypeAttributeTarget);
static member GetKnownTypes : System.Reflection.ICustomAttributeProvider -> Type[]
Public Shared Function GetKnownTypes (knownTypeAttributeTarget As ICustomAttributeProvider) As Type()

매개 변수

knownTypeAttributeTarget
ICustomAttributeProvider

공급자 개체입니다.

반환

Type[]

개별 프로필 속성의 형식 배열입니다.

적용 대상