AutomationProperties.SetLabeledBy(BindableObject, VisualElement) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將另一個項目 (例如 Label) 設為 bindable
的標籤。
public static void SetLabeledBy (Xamarin.Forms.BindableObject bindable, Xamarin.Forms.VisualElement value);
static member SetLabeledBy : Xamarin.Forms.BindableObject * Xamarin.Forms.VisualElement -> unit
參數
- bindable
- BindableObject
要設定其標籤的物件。
- value
- VisualElement
會命名 bindable
的視覺項目,或為 null
表示將 bindable
作為其自身的標籤。