次の方法で共有


AutomationProperties.GetLabeledBy(BindableObject) メソッド

定義

bindable でそれ自体にラベルが付けられない場合や別の要素によって UI で説明されている場合、bindable にラベルを付ける要素が返されます。

[Xamarin.Forms.TypeConverter(typeof(Xamarin.Forms.ReferenceTypeConverter))]
public static Xamarin.Forms.VisualElement GetLabeledBy(Xamarin.Forms.BindableObject bindable);
static member GetLabeledBy : Xamarin.Forms.BindableObject -> Xamarin.Forms.VisualElement

パラメーター

bindable
BindableObject

ラベルを検索するオブジェクト。

戻り値

存在する場合は、bindable にラベルを付ける要素。

属性

適用対象