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,以判斷是否存在於集合中。

傳回

布林值,指出集合中是否有特定轉換程式。

備註

方法 Contains 可讓您檢查特定 WebPartTransformer 物件,並判斷它是否為集合的一 TransformerTypeCollection 部分。

適用於