共用方式為


UIApplication.NetworkActivityIndicatorVisible 屬性

定義

控制裝置上網路活動指標的狀態。

[ObjCRuntime.ThreadSafe]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual bool NetworkActivityIndicatorVisible { [Foundation.Export("isNetworkActivityIndicatorVisible")] [ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)] get; [Foundation.Export("setNetworkActivityIndicatorVisible:")] [ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)] set; }
member this.NetworkActivityIndicatorVisible : bool with get, set

屬性值

布林值,可開啟或關閉網路活動的指標。

屬性

備註

這可從背景執行緒使用。

適用於