TransformerTypeCollection.Contains(Type) 方法

定义

返回一个值,该值指示集合中是否存在特定转换器。

public:
 bool Contains(Type ^ value);
public bool Contains (Type value);
member this.Contains : Type -> bool
Public Function Contains (value As Type) As Boolean

参数

value
Type

要对其进行检查以确定是否位于集合中的 WebPartTransformer

返回

Boolean

一个布尔值,该值指示集合中是否存在特定转换器。

注解

Contains方法使您能够检查特定 WebPartTransformer 对象并确定它是否是集合的一部分 TransformerTypeCollection

适用于