次の方法で共有


AUAudioUnit.RequestViewController メソッド

定義

オーバーロード

RequestViewController(Action<NSViewController>)
RequestViewController(Action<UIViewController>)

オーディオ ユニットのビュー コントローラーを要求し、完了したら実行します completionHandler

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>
属性

適用対象