WebPartTransformerAttribute.GetConsumerType(Type) 메서드

정의

변환기가 연결 지점에 대해 받아들일 수 있는 소비자 형식을 반환합니다.

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

소비자 연결 지점의 Type입니다.

예외

transformerType을(를) 지정하지 않았습니다.

transformerTypeWebPartTransformer 클래스에서 파생된 개체가 아닌 경우

설명

합니다 WebPartManager 개체와 WebPartConnection 사용 하 여 개체를 GetConsumerType transformer 소비자 유형의 웹 파트 컨트롤의 소비자 연결점 일치 하는지 여부를 결정 하는 방법.

적용 대상