BindingElementCollection.Contains(Type) Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a value that indicates whether a specified type of binding element belongs to the collection of binding elements.
public:
bool Contains(Type ^ bindingElementType);
public bool Contains (Type bindingElementType);
override this.Contains : Type -> bool
Public Function Contains (bindingElementType As Type) As Boolean
- bindingElementType
- Type
The type of binding element being tested for inclusion in the collection.
true
if the type of binding element specified is contained in the collection; otherwise, false
.
bindingElementType
is null
.
Продукт | Версії |
---|---|
.NET | Core 1.0, Core 1.1, 8 (package-provided) |
.NET Framework | 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
UWP | 10.0 |
Відгук про .NET
.NET – це проект із відкритим кодом. Виберіть посилання, щоб надати відгук: