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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.