共用方式為


INSSeguePerforming 介面

定義

[Foundation.Protocol(Name="NSSeguePerforming", WrapperType=typeof(AppKit.NSSeguePerformingWrapper))]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 10, ObjCRuntime.PlatformArchitecture.All, null)]
public interface INSSeguePerforming : IDisposable, ObjCRuntime.INativeObject
type INSSeguePerforming = interface
    interface INativeObject
    interface IDisposable
衍生
屬性
實作

屬性

Handle

處理非受控物件標記法) (指標。

(繼承來源 INativeObject)

擴充方法

PerformSegue(INSSeguePerforming, String, NSObject)
PrepareForSegue(INSSeguePerforming, NSStoryboardSegue, NSObject)
ShouldPerformSegue(INSSeguePerforming, String, NSObject)

適用於