AVAudioSession.Delegate プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
クラス デリゲートとして機能する 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 プロパティを使用する必要があります。