NamedComponentCollection.ContainsName(String) Method
Definition
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.
Indicates whether the component with the specified name is containd in the collection.
public bool ContainsName (string name);
abstract member ContainsName : string -> bool
override this.ContainsName : string -> bool
Public Function ContainsName (name As String) As Boolean
Parameters
- name
- String
The name of the compoent.
Returns
true if the component is contained; otherwise, false.