AUAudioUnit.RequestViewController メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
RequestViewController(Action<NSViewController>) | |
RequestViewController(Action<UIViewController>) |
オーディオ ユニットのビュー コントローラーを要求し、完了したら実行します |
RequestViewController(Action<NSViewController>)
[Foundation.Export("requestViewControllerWithCompletionHandler:")]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void RequestViewController (Action<AppKit.NSViewController> completionHandler);
abstract member RequestViewController : Action<AppKit.NSViewController> -> unit
override this.RequestViewController : Action<AppKit.NSViewController> -> unit
パラメーター
- completionHandler
- Action<NSViewController>
- 属性
適用対象
RequestViewController(Action<UIViewController>)
オーディオ ユニットのビュー コントローラーを要求し、完了したら実行します completionHandler
。
[Foundation.Export("requestViewControllerWithCompletionHandler:")]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void RequestViewController (Action<UIKit.UIViewController> completionHandler);
abstract member RequestViewController : Action<UIKit.UIViewController> -> unit
override this.RequestViewController : Action<UIKit.UIViewController> -> unit
パラメーター
- completionHandler
- Action<UIViewController>
- 属性