次の方法で共有


AVAudioSession.Delegate プロパティ

定義

クラス デリゲートとして機能する AVFoundation.IAVAudioSessionDelegate モデル クラスのインスタンス。

[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, "Use 'AVAudioSession.Notification.Observe*' methods instead.")]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public AVFoundation.IAVAudioSessionDelegate Delegate { [ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, "Use 'AVAudioSession.Notification.Observe*' methods instead.")] [ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)] [ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)] get; [ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, "Use 'AVAudioSession.Notification.Observe*' methods instead.")] [ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)] [ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)] set; }
member this.Delegate : AVFoundation.IAVAudioSessionDelegate with get, set

プロパティ値

AVFoundation.IAVAudioSessionDelegate モデル クラスのインスタンス

属性

注釈

このオブジェクトに割り当てられたデリゲート インスタンスは、イベントを処理したり、このクラスに必要に応じてデータを提供したりするために使用されます。

Delegate 値または WeakDelegate 値を設定すると、C#スタイルのイベントに配信されるのではなく、指定したインスタンスにイベントが配信されます

これはオブジェクトの厳密に型指定されたバージョンです。開発者は、[Export] 属性で装飾された NSObject から派生したクラスを単に割り当てる場合は、代わりに WeakDelegate プロパティを使用する必要があります。

適用対象