TransformerTypeCollection.Contains(Type) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回值,指出集合中是否存在特定轉換程式。
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 部分。