WebPartTransformerAttribute.GetConsumerType(Type) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
변환기가 연결 지점에 대해 받아들일 수 있는 소비자 형식을 반환합니다.
public:
static Type ^ GetConsumerType(Type ^ transformerType);
public static Type GetConsumerType (Type transformerType);
static member GetConsumerType : Type -> Type
Public Shared Function GetConsumerType (transformerType As Type) As Type
매개 변수
- transformerType
- Type
변환기의 형식입니다.
반환
소비자 연결 지점의 Type입니다.
예외
transformerType
을(를) 지정하지 않았습니다.
transformerType
이 WebPartTransformer 클래스에서 파생된 개체가 아닌 경우
설명
합니다 WebPartManager 개체와 WebPartConnection 사용 하 여 개체를 GetConsumerType transformer 소비자 유형의 웹 파트 컨트롤의 소비자 연결점 일치 하는지 여부를 결정 하는 방법.