TableLayoutStyleCollection.IList.Contains(Object) Metoda

Definicja

Aby zapoznać się z opisem tej metody, zobacz metodę Contains(Object) .

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

Parametry

style
Object

Element Object do zlokalizowania w obiekcie IList.

Zwraca

Boolean

truejeśli style zostanie znaleziony w elemecie IList; w przeciwnym razie . false

Implementuje

Uwagi

Ten element jest jawną implementacją członków. Można go używać tylko wtedy, gdy TableLayoutStyleCollection wystąpienie jest rzutowe do interfejsu IList .

Dotyczy