NavigationPage.GetTitleIcon(BindableObject) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
注意
GetTitleIcon is obsolete as of 4.0.0. Please use GetTitleIconImageSource instead.
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
[System.Obsolete("GetTitleIcon is obsolete as of 4.0.0. Please use GetTitleIconImageSource instead.")]
public static Xamarin.Forms.FileImageSource GetTitleIcon(Xamarin.Forms.BindableObject bindable);
static member GetTitleIcon : Xamarin.Forms.BindableObject -> Xamarin.Forms.FileImageSource
参数
- bindable
- BindableObject
返回
- 属性
-
System.ComponentModel.EditorBrowsableAttribute System.ObsoleteAttribute