Layout.Contains(IView) 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.
Determines if the specified child view is contained in this layout.
public:
virtual bool Contains(Microsoft::Maui::IView ^ item);
public bool Contains (Microsoft.Maui.IView item);
abstract member Contains : Microsoft.Maui.IView -> bool
override this.Contains : Microsoft.Maui.IView -> bool
Public Function Contains (item As IView) As Boolean
Parameters
- item
- IView
The child view for which to determine if it is contained in this layout.
Returns
true
if item
exists in this layout, otherwise false
.
Implements
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.