次の方法で共有


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

プロパティ値

ネットワーク アクティビティのインジケーターをオンまたはオフに切り替えるブール値。

属性

注釈

これは、バックグラウンド スレッドから使用できます。

適用対象