func makeNSViewController (context: Self.Context) -> Self.NSViewControllerType
Creates the view controller object and configures its initial state.
ビューコントローラオブジェクトを作成します、そしてそれの初期状態を構成設定します。
func updateNSViewController (Self.NSViewControllerType , context: Self.Context)
Updates the state of the specified view controller with new information from SwiftUI.
指定されたビューコントローラの状態をSwiftUIからの新しい情報で更新します。
associatedtype NSViewControllerType : NSViewController
The type of view controller to present.
提示するビューコントローラの型。