다음을 통해 공유


WebPartTransformerAttribute.GetProviderType(Type) 메서드

정의

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

public:
 static Type ^ GetProviderType(Type ^ transformerType);
public static Type GetProviderType (Type transformerType);
static member GetProviderType : Type -> Type
Public Shared Function GetProviderType (transformerType As Type) As Type

매개 변수

transformerType
Type

변환기의 형식입니다.

반환

Type

공급자 연결 지점의 Type입니다.

예외

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

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

설명

합니다 WebPartManager 개체와 WebPartConnection 사용 하 여 개체를 GetProviderType 변환기의 공급자 형식을 웹 파트 컨트롤의 공급자 연결 지점의 일치 하는지 여부를 결정 하는 방법.

적용 대상