ToolboxCategoryItems.IList.Contains(Object) Methode

Definitie

Bepaalt of het ToolboxCategoryItems een specifiek hulpprogramma bevat.

 virtual bool System.Collections.IList.Contains(System::Object ^ value) = System::Collections::IList::Contains;
bool IList.Contains(object value);
abstract member System.Collections.IList.Contains : obj -> bool
override this.System.Collections.IList.Contains : obj -> bool
Function Contains (value As Object) As Boolean Implements IList.Contains

Parameters

value
Object

Het hulpprogramma Object dat u in de verzameling kunt vinden.

Retouren

true indien de value gevonden in de ToolboxCategoryItems; anders , false.

Implementeringen

Uitzonderingen

De value is null.

Opmerkingen

ToolboxCategoryItems implementeert de IList interface.

Van toepassing op