Condividi tramite


OutletAttribute Classe

Definizione

Espone la proprietà specificata come outlet al mondo Objective-C.

[System.AttributeUsage(System.AttributeTargets.Property)]
public sealed class OutletAttribute : Foundation.ExportAttribute
type OutletAttribute = class
    inherit ExportAttribute
Ereditarietà
OutletAttribute
Attributi

Commenti

Questa proprietà viene usata per contrassegnare le proprietà che devono essere esposte come punti di vendita al mondo Objective-C. Questa operazione viene usata sia dal supporto della finestra di progettazione sia dalla connessione dell'oggetto gestito con l'uscita Objective-C non gestita.

[Outlet ("mainWindow")]
UIWindows mainWindow  { get; set; }

Costruttori

OutletAttribute()

Costruttore predefinito

OutletAttribute(String)

Collega la proprietà gestita all'outlet Objective-C specificato.

Proprietà

ArgumentSemantic

Semantica per la proprietà dell'oggetto su proprietà o metodi setter.

(Ereditato da ExportAttribute)
IsVariadic

Espone la proprietà specificata come outlet al mondo Objective-C.

(Ereditato da ExportAttribute)
Selector

Nome del selettore C# se specificato o Null se derivato dal nome o dal metodo di proprietà.

(Ereditato da ExportAttribute)

Metodi

ToGetter(PropertyInfo)

Espone la proprietà specificata come outlet al mondo Objective-C.

(Ereditato da ExportAttribute)
ToSetter(PropertyInfo)

Espone la proprietà specificata come outlet al mondo Objective-C.

(Ereditato da ExportAttribute)

Si applica a