WebPartTransformerAttribute.GetProviderType(Type) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回转换器在连接点可以接受的提供者类型。
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。
例外
未指定 transformerType
。
transformerType
不是从 WebPartTransformer 类派生的对象。
注解
对象 WebPartManager 和 WebPartConnection 对象使用 GetProviderType 方法确定转换器的提供程序类型是否与 Web 部件控件的提供程序连接点匹配。