AutomationProperties.GetName(BindableObject) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回項目由開發人員指定的簡短簡介名稱,例如 "Progress Indicator" 或 "Button"。
public static string GetName (Xamarin.Forms.BindableObject bindable);
static member GetName : Xamarin.Forms.BindableObject -> string
參數
- bindable
- BindableObject
要取得其名稱的物件。
傳回
System.String
項目的簡短簡介名稱。