ViewAsserts.AssertGroupNotContains(ViewGroup, View) 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.
Assert that the specified group does not contain a specific child.
[Android.Runtime.Register("assertGroupNotContains", "(Landroid/view/ViewGroup;Landroid/view/View;)V", "")]
public static void AssertGroupNotContains (Android.Views.ViewGroup? parent, Android.Views.View? child);
[<Android.Runtime.Register("assertGroupNotContains", "(Landroid/view/ViewGroup;Landroid/view/View;)V", "")>]
static member AssertGroupNotContains : Android.Views.ViewGroup * Android.Views.View -> unit
Parameters
- parent
- ViewGroup
The group
- child
- View
The child that should not belong to group
- Attributes
Remarks
Assert that the specified group does not contain a specific child.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.