Condividi tramite


INSSeguePerforming Interfaccia

Definizione

[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
Derivato
Attributi
Implementazioni

Proprietà

Handle

Handle (puntatore) alla rappresentazione dell'oggetto non gestito.

(Ereditato da INativeObject)

Metodi di estensione

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

Si applica a