次の方法で共有


NSViewController.ShouldPerformSegue(String, NSObject) メソッド

定義

[Foundation.Export("shouldPerformSegueWithIdentifier:sender:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 10, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual bool ShouldPerformSegue (string identifier, Foundation.NSObject sender);
abstract member ShouldPerformSegue : string * Foundation.NSObject -> bool
override this.ShouldPerformSegue : string * Foundation.NSObject -> bool

パラメーター

identifier
String
sender
NSObject

戻り値

属性

適用対象