IUIFocusItemContainer Interfaccia

Definizione

Gestisce le informazioni spaziali per gli elementi dello stato attivo in un ambiente di messa a fuoco.

[Foundation.Protocol(Name="UIFocusItemContainer", WrapperType=typeof(UIKit.UIFocusItemContainerWrapper))]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="GetFocusItems", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(CoreGraphics.CGRect) }, ReturnType=typeof(UIKit.IUIFocusItem[]), Selector="focusItemsInRect:")]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="coordinateSpace", IsProperty=true, IsRequired=true, IsStatic=false, Name="CoordinateSpace", PropertyType=typeof(UIKit.IUICoordinateSpace), Selector="coordinateSpace")]
public interface IUIFocusItemContainer : IDisposable, ObjCRuntime.INativeObject
[<Foundation.Protocol(Name="UIFocusItemContainer", WrapperType=typeof(UIKit.UIFocusItemContainerWrapper))>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="GetFocusItems", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(CoreGraphics.CGRect) }, ReturnType=typeof(UIKit.IUIFocusItem[]), Selector="focusItemsInRect:")>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="coordinateSpace", IsProperty=true, IsRequired=true, IsStatic=false, Name="CoordinateSpace", PropertyType=typeof(UIKit.IUICoordinateSpace), Selector="coordinateSpace")>]
type IUIFocusItemContainer = interface
    interface INativeObject
    interface IDisposable
Derivato
Attributi
Implementazioni

Proprietà

Nome Descrizione
CoordinateSpace

Ottiene l'implementazione dello spazio delle coordinate.

Handle

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

(Ereditato da INativeObject)

Metodi

Nome Descrizione
GetFocusItems(CGRect)

Restituisce un elenco di tutti gli elementi dello stato attivo figlio all'interno del rettangolo specificato.

Metodi di estensione

Nome Descrizione
GetHandle(INativeObject)

Gestisce le informazioni spaziali per gli elementi dello stato attivo in un ambiente di messa a fuoco.

GetNonNullHandle(INativeObject, String)

Gestisce le informazioni spaziali per gli elementi dello stato attivo in un ambiente di messa a fuoco.

Si applica a