ViewGroup.CheckLayoutParams(ViewGroup+LayoutParams) Methode

Definition

Bestimmt, ob Layoutparameter für ein untergeordnetes Element dieser Ansichtsgruppe gültig sind.

[Android.Runtime.Register("checkLayoutParams", "(Landroid/view/ViewGroup$LayoutParams;)Z", "GetCheckLayoutParams_Landroid_view_ViewGroup_LayoutParams_Handler")]
protected virtual bool CheckLayoutParams(Android.Views.ViewGroup.LayoutParams? p);
[<Android.Runtime.Register("checkLayoutParams", "(Landroid/view/ViewGroup$LayoutParams;)Z", "GetCheckLayoutParams_Landroid_view_ViewGroup_LayoutParams_Handler")>]
abstract member CheckLayoutParams : Android.Views.ViewGroup.LayoutParams -> bool
override this.CheckLayoutParams : Android.Views.ViewGroup.LayoutParams -> bool

Parameter

p
ViewGroup.LayoutParams

Der für p verwendete Android.Views.ViewGroup+LayoutParams-Wert.

Gibt zurück

Das Ergebnis des Überprüfungslayout-Params-Vorgangs.

Attribute

Hinweise

Teile dieser Seite sind Änderungen auf der Grundlage von Arbeiten, die von der Android Open Source Project erstellt und gemeinsam verwendet und gemäß den in der 2.5 Attribution License beschriebenen Begriffen verwendet werden.

Gilt für: