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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.