Sdílet prostřednictvím


TextEffectCollection.Contains(TextEffect) Metoda

Definice

Určuje, jestli je zadaná položka v kolekci.

public:
 virtual bool Contains(System::Windows::Media::TextEffect ^ value);
public bool Contains (System.Windows.Media.TextEffect value);
abstract member Contains : System.Windows.Media.TextEffect -> bool
override this.Contains : System.Windows.Media.TextEffect -> bool
Public Function Contains (value As TextEffect) As Boolean

Parametry

value
TextEffect

Vyhledání TextEffect v kolekci

Návraty

Boolean

true pokud kolekce obsahuje value; v opačném případě false.

Implementuje

Platí pro