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