Share via


INSSeguePerforming Interfaz

Definición

[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
Derivado
Atributos
Implementaciones

Propiedades

Handle

Identificador (puntero) a la representación del objeto no administrado.

(Heredado de INativeObject)

Métodos de extensión

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

Se aplica a