UISearchBarDelegate Classe

Definizione

Classe usata per ricevere notifiche da un OGGETTO UISearchBar.

[Foundation.Protocol]
[Foundation.Register("UISearchBarDelegate", false)]
public class UISearchBarDelegate : UIKit.UIBarPositioningDelegate, IDisposable, UIKit.IUISearchBarDelegate
type UISearchBarDelegate = class
    inherit UIBarPositioningDelegate
    interface IUISearchBarDelegate
    interface INativeObject
    interface IDisposable
    interface IUIBarPositioningDelegate
Ereditarietà
Attributi
Implementazioni

Costruttori

UISearchBarDelegate()

Costruttore predefinito che inizializza una nuova istanza di questa classe senza parametri.

UISearchBarDelegate(IntPtr)

Costruttore utilizzato durante la creazione di rappresentazioni gestite di oggetti non gestiti; Chiamato dal runtime.

UISearchBarDelegate(NSObjectFlag)

Costruttore da chiamare sulle classi derivate per ignorare l'inizializzazione e allocare semplicemente l'oggetto.

Proprietà

Class

Classe usata per ricevere notifiche da un OGGETTO UISearchBar.

(Ereditato da NSObject)
ClassHandle

Handle per questa classe.

(Ereditato da NSObject)
DebugDescription

Descrizione significativa dello sviluppatore di questo oggetto.

(Ereditato da NSObject)
Description

Descrizione dell'oggetto, versione Objective-C di ToString.

(Ereditato da NSObject)
Handle

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

(Ereditato da NSObject)
IsDirectBinding

Classe usata per ricevere notifiche da un OGGETTO UISearchBar.

(Ereditato da NSObject)
IsProxy

Classe usata per ricevere notifiche da un OGGETTO UISearchBar.

(Ereditato da NSObject)
RetainCount

Restituisce il conteggio di mantenimento objective-C corrente per l'oggetto .

(Ereditato da NSObject)
Self

Classe usata per ricevere notifiche da un OGGETTO UISearchBar.

(Ereditato da NSObject)
Superclass

Classe usata per ricevere notifiche da un OGGETTO UISearchBar.

(Ereditato da NSObject)
SuperHandle

Handle utilizzato per rappresentare i metodi nella classe di base per questo NSObject.

(Ereditato da NSObject)
Zone

Classe usata per ricevere notifiche da un OGGETTO UISearchBar.

(Ereditato da NSObject)

Metodi

AddObserver(NSObject, NSString, NSKeyValueObservingOptions, IntPtr)

Registra un oggetto per essere osservato esternamente (usando NSString keyPath).   Le modifiche osservate vengono inviate al metodo dell'oggetto ObserveValue(NSString, NSObject, NSDictionary, IntPtr) dell'osservatore.

(Ereditato da NSObject)
AddObserver(NSObject, String, NSKeyValueObservingOptions, IntPtr)

Registra un oggetto per essere osservato esternamente (usando string keyPath).   Le modifiche osservate vengono inviate al metodo dell'oggetto ObserveValue(NSString, NSObject, NSDictionary, IntPtr) dell'osservatore.

(Ereditato da NSObject)
AddObserver(NSString, NSKeyValueObservingOptions, Action<NSObservedChange>)

Registra un oggetto per essere osservato esternamente usando un metodo arbitrario.

(Ereditato da NSObject)
AddObserver(String, NSKeyValueObservingOptions, Action<NSObservedChange>)

Registra un oggetto per essere osservato esternamente usando un metodo arbitrario.

(Ereditato da NSObject)
AwakeFromNib()

Chiamato dopo il caricamento dell'oggetto dal file nib. Gli override devono chiamare base. AwakeFromNib().

(Ereditato da NSObject)
BeginInvokeOnMainThread(Action)

Classe usata per ricevere notifiche da un OGGETTO UISearchBar.

(Ereditato da NSObject)
BeginInvokeOnMainThread(Selector, NSObject)

Richiama in modo asincrono il codice specificato nel thread principale dell'interfaccia utente.

(Ereditato da NSObject)
Bind(NSString, NSObject, String, NSDictionary)

Classe usata per ricevere notifiche da un OGGETTO UISearchBar.

(Ereditato da NSObject)
Bind(String, NSObject, String, NSDictionary)
Obsoleti.

Classe usata per ricevere notifiche da un OGGETTO UISearchBar.

(Ereditato da NSObject)
BindingInfo(String)
Obsoleti.

Classe usata per ricevere notifiche da un OGGETTO UISearchBar.

(Ereditato da NSObject)
BindingOptionDescriptions(String)
Obsoleti.

Classe usata per ricevere notifiche da un OGGETTO UISearchBar.

(Ereditato da NSObject)
BindingValueClass(String)
Obsoleti.

Classe usata per ricevere notifiche da un OGGETTO UISearchBar.

(Ereditato da NSObject)
BookmarkButtonClicked(UISearchBar)

Indica che è stato fatto clic sul pulsante segnalibro.

CancelButtonClicked(UISearchBar)

Indica che è stato fatto clic sul pulsante Annulla.

CommitEditing()

Classe usata per ricevere notifiche da un OGGETTO UISearchBar.

(Ereditato da NSObject)
CommitEditing(NSObject, Selector, IntPtr)

Classe usata per ricevere notifiche da un OGGETTO UISearchBar.

(Ereditato da NSObject)
ConformsToProtocol(IntPtr)

Richiamato per determinare se questo oggetto implementa il protocollo specificato.

(Ereditato da NSObject)
Copy()

Esegue una copia dell'oggetto Objective-C sottostante.

(Ereditato da NSObject)
DangerousAutorelease()

Classe usata per ricevere notifiche da un OGGETTO UISearchBar.

(Ereditato da NSObject)
DangerousRelease()

Classe usata per ricevere notifiche da un OGGETTO UISearchBar.

(Ereditato da NSObject)
DangerousRetain()

Classe usata per ricevere notifiche da un OGGETTO UISearchBar.

(Ereditato da NSObject)
DidChange(NSKeyValueChange, NSIndexSet, NSString)

Indica che si è verificata una modifica agli indici per una relazione a molti.

(Ereditato da NSObject)
DidChange(NSString, NSKeyValueSetMutationKind, NSSet)

Classe usata per ricevere notifiche da un OGGETTO UISearchBar.

(Ereditato da NSObject)
DidChangeValue(String)

Indica che si è verificata una modifica sulla chiave specificata.

(Ereditato da NSObject)
Dispose()

Rilascia le risorse utilizzate dall'oggetto NSObject.

(Ereditato da NSObject)
Dispose(Boolean)

Rilascia le risorse utilizzate dall'oggetto NSObject.

(Ereditato da NSObject)
DoesNotRecognizeSelector(Selector)

Indica che questo oggetto non riconosce il selettore specificato.

(Ereditato da NSObject)
Equals(NSObject)

Classe usata per ricevere notifiche da un OGGETTO UISearchBar.

(Ereditato da NSObject)
Equals(Object)

Classe usata per ricevere notifiche da un OGGETTO UISearchBar.

(Ereditato da NSObject)
ExposedBindings()

Classe usata per ricevere notifiche da un OGGETTO UISearchBar.

(Ereditato da NSObject)
GetBindingInfo(NSString)

Classe usata per ricevere notifiche da un OGGETTO UISearchBar.

(Ereditato da NSObject)
GetBindingOptionDescriptions(NSString)

Classe usata per ricevere notifiche da un OGGETTO UISearchBar.

(Ereditato da NSObject)
GetBindingValueClass(NSString)

Classe usata per ricevere notifiche da un OGGETTO UISearchBar.

(Ereditato da NSObject)
GetDictionaryOfValuesFromKeys(NSString[])

Recupera i valori delle chiavi specificate.

(Ereditato da NSObject)
GetHashCode()

Genera un codice hash per l'istanza corrente.

(Ereditato da NSObject)
GetMethodForSelector(Selector)

Classe usata per ricevere notifiche da un OGGETTO UISearchBar.

(Ereditato da NSObject)
GetNativeField(String)
Obsoleti.

Classe usata per ricevere notifiche da un OGGETTO UISearchBar.

(Ereditato da NSObject)
GetNativeHash()

Classe usata per ricevere notifiche da un OGGETTO UISearchBar.

(Ereditato da NSObject)
GetPositionForBar(IUIBarPositioning)

UIBarPosition per la barra specificataPosition.

(Ereditato da UIBarPositioningDelegate)
Init()

Classe usata per ricevere notifiche da un OGGETTO UISearchBar.

(Ereditato da NSObject)
InitializeHandle(IntPtr)

Classe usata per ricevere notifiche da un OGGETTO UISearchBar.

(Ereditato da NSObject)
InitializeHandle(IntPtr, String)

Classe usata per ricevere notifiche da un OGGETTO UISearchBar.

(Ereditato da NSObject)
Invoke(Action, Double)

Classe usata per ricevere notifiche da un OGGETTO UISearchBar.

(Ereditato da NSObject)
Invoke(Action, TimeSpan)

Classe usata per ricevere notifiche da un OGGETTO UISearchBar.

(Ereditato da NSObject)
InvokeOnMainThread(Action)

Classe usata per ricevere notifiche da un OGGETTO UISearchBar.

(Ereditato da NSObject)
InvokeOnMainThread(Selector, NSObject)

Richiama in modo sincrono il codice specificato nel thread principale dell'interfaccia utente.

(Ereditato da NSObject)
IsEqual(NSObject)

Classe usata per ricevere notifiche da un OGGETTO UISearchBar.

(Ereditato da NSObject)
IsKindOfClass(Class)

Classe usata per ricevere notifiche da un OGGETTO UISearchBar.

(Ereditato da NSObject)
IsMemberOfClass(Class)

Classe usata per ricevere notifiche da un OGGETTO UISearchBar.

(Ereditato da NSObject)
ListButtonClicked(UISearchBar)

Indica che è stato fatto clic sul pulsante dell'elenco dei risultati della ricerca.

MarkDirty()

Promuove un normale oggetto peer (IsDirectBinding è true) in un oggetto toggleref.

(Ereditato da NSObject)
MutableCopy()

Crea una copia modificabile dell'oggetto NSObject specificato.

(Ereditato da NSObject)
ObjectDidEndEditing(NSObject)

Classe usata per ricevere notifiche da un OGGETTO UISearchBar.

(Ereditato da NSObject)
ObserveValue(NSString, NSObject, NSDictionary, IntPtr)

Indica che il valore in corrispondenza del keyPath specificato rispetto a questo oggetto è stato modificato.

(Ereditato da NSObject)
OnEditingStarted(UISearchBar)

Indica che l'utente dell'app ha iniziato a modificare il testo di ricerca.

OnEditingStopped(UISearchBar)

Indica che l'utente ha completato la modifica del testo di ricerca.

PerformSelector(Selector)

Classe usata per ricevere notifiche da un OGGETTO UISearchBar.

(Ereditato da NSObject)
PerformSelector(Selector, NSObject)

Classe usata per ricevere notifiche da un OGGETTO UISearchBar.

(Ereditato da NSObject)
PerformSelector(Selector, NSObject, Double)

Richiama il selettore nell'istanza corrente e, se non obj è Null, lo passa come singolo parametro.

(Ereditato da NSObject)
PerformSelector(Selector, NSObject, Double, NSString[])

Classe usata per ricevere notifiche da un OGGETTO UISearchBar.

(Ereditato da NSObject)
PerformSelector(Selector, NSObject, NSObject)

Classe usata per ricevere notifiche da un OGGETTO UISearchBar.

(Ereditato da NSObject)
PerformSelector(Selector, NSThread, NSObject, Boolean)

Classe usata per ricevere notifiche da un OGGETTO UISearchBar.

(Ereditato da NSObject)
PerformSelector(Selector, NSThread, NSObject, Boolean, NSString[])

Classe usata per ricevere notifiche da un OGGETTO UISearchBar.

(Ereditato da NSObject)
PrepareForInterfaceBuilder()

Classe usata per ricevere notifiche da un OGGETTO UISearchBar.

(Ereditato da NSObject)
RemoveObserver(NSObject, NSString)

Impedisce all'osservatore specificato di ricevere ulteriori notifiche di valori modificati per keyPath specificato.

(Ereditato da NSObject)
RemoveObserver(NSObject, NSString, IntPtr)

Impedisce all'osservatore specificato di ricevere ulteriori notifiche di valori modificati per keyPath e contesto specificati.

(Ereditato da NSObject)
RemoveObserver(NSObject, String)

Impedisce all'osservatore specificato di ricevere ulteriori notifiche di valori modificati per keyPath specificato.

(Ereditato da NSObject)
RemoveObserver(NSObject, String, IntPtr)

Impedisce all'osservatore specificato di ricevere ulteriori notifiche di valori modificati per keyPath e contesto specificati.

(Ereditato da NSObject)
RespondsToSelector(Selector)

Indica se questo oggetto riconosce il selettore specificato.

(Ereditato da NSObject)
SearchButtonClicked(UISearchBar)

Indica che è stato fatto clic sul pulsante di ricerca.

SelectedScopeButtonIndexChanged(UISearchBar, nint)

Indica che la selezione del pulsante di ambito è stata modificata.

SetNativeField(String, NSObject)
Obsoleti.

Classe usata per ricevere notifiche da un OGGETTO UISearchBar.

(Ereditato da NSObject)
SetNilValueForKey(NSString)

Imposta il valore della chiave specificata su Null.

(Ereditato da NSObject)
SetValueForKey(NSObject, NSString)

Imposta il valore della proprietà specificata dalla chiave sul valore specificato.

(Ereditato da NSObject)
SetValueForKeyPath(IntPtr, NSString)

Costruttore utilizzato durante la creazione di rappresentazioni gestite di oggetti non gestiti; Chiamato dal runtime.

(Ereditato da NSObject)
SetValueForKeyPath(NSObject, NSString)

Imposta il valore di una proprietà che può essere raggiunta usando un percorso chiave.

(Ereditato da NSObject)
SetValueForUndefinedKey(NSObject, NSString)

Indica un tentativo di scrittura di un valore in una chiave non definita. Se non ne viene eseguito l'override, genera un'eccezione NSUndefinedKeyException.

(Ereditato da NSObject)
SetValuesForKeysWithDictionary(NSDictionary)

Imposta i valori di questo NSObject su quelli nel dizionario specificato.

(Ereditato da NSObject)
ShouldBeginEditing(UISearchBar)

Indica se la modifica deve iniziare nella barra di ricerca specificata.

ShouldChangeTextInRange(UISearchBar, NSRange, String)

Indica se il testo in un intervallo specificato deve essere sostituito con il testo specificato.

ShouldEndEditing(UISearchBar)

Indica se la modifica deve essere arrestata nella barra di ricerca specificata.

TextChanged(UISearchBar, String)

Indica che l'utente ha modificato il testo di ricerca.

ToString()

Restituisce una rappresentazione di stringa del valore dell'istanza corrente.

(Ereditato da NSObject)
Unbind(NSString)

Classe usata per ricevere notifiche da un OGGETTO UISearchBar.

(Ereditato da NSObject)
Unbind(String)
Obsoleti.

Classe usata per ricevere notifiche da un OGGETTO UISearchBar.

(Ereditato da NSObject)
ValueForKey(NSString)

Restituisce il valore della proprietà associata alla chiave specificata.

(Ereditato da NSObject)
ValueForKeyPath(NSString)

Restituisce il valore di una proprietà che può essere raggiunta utilizzando un percorso chiave.

(Ereditato da NSObject)
ValueForUndefinedKey(NSString)

Indica un tentativo di lettura di un valore di una chiave non definita. Se non ne viene eseguito l'override, genera un'eccezione NSUndefinedKeyException.

(Ereditato da NSObject)
WillChange(NSKeyValueChange, NSIndexSet, NSString)

Indica che i valori degli indici specificati nella chiave specificata stanno per essere modificati.

(Ereditato da NSObject)
WillChange(NSString, NSKeyValueSetMutationKind, NSSet)

Classe usata per ricevere notifiche da un OGGETTO UISearchBar.

(Ereditato da NSObject)
WillChangeValue(String)

Indica che il valore della chiave specificata sta per essere modificato.

(Ereditato da NSObject)

Metodi di estensione

GetDebugDescription(INSObjectProtocol)

Classe usata per ricevere notifiche da un OGGETTO UISearchBar.

GetAccessibilityCustomRotors(NSObject)

Ottiene la matrice di UIAccessibilityCustomRotor oggetti appropriati per this l'oggetto .

SetAccessibilityCustomRotors(NSObject, UIAccessibilityCustomRotor[])

Imposta la matrice di UIAccessibilityCustomRotor oggetti appropriati per this l'oggetto .

GetPositionForBar(IUIBarPositioningDelegate, IUIBarPositioning)

Restituisce la posizione per barPositioning dopo che è stata aggiunta all'interfaccia utente.

BookmarkButtonClicked(IUISearchBarDelegate, UISearchBar)

Indica che è stato toccato il pulsante segnalibro.

CancelButtonClicked(IUISearchBarDelegate, UISearchBar)

Indica che è stato toccato il pulsante Annulla.

ListButtonClicked(IUISearchBarDelegate, UISearchBar)

Indica che il pulsante elenco è stato toccato.

OnEditingStarted(IUISearchBarDelegate, UISearchBar)

Indica che l'utente ha iniziato a modificare il testo di ricerca.

OnEditingStopped(IUISearchBarDelegate, UISearchBar)

Indica che l'utente ha smesso di modificare il campo di testo.

SearchButtonClicked(IUISearchBarDelegate, UISearchBar)

Indica che il pulsante di ricerca è stato toccato.

SelectedScopeButtonIndexChanged(IUISearchBarDelegate, UISearchBar, nint)

Indica che l'utente ha modificato l'ambito della ricerca.

ShouldBeginEditing(IUISearchBarDelegate, UISearchBar)

Indica se la modifica del testo di ricerca deve essere consentita.

ShouldChangeTextInRange(IUISearchBarDelegate, UISearchBar, NSRange, String)

Indica se il testo nell'intervallo specificato deve essere sostituito con il testo specificato.

ShouldEndEditing(IUISearchBarDelegate, UISearchBar)

Indica se la modifica del testo di ricerca deve terminare.

TextChanged(IUISearchBarDelegate, UISearchBar, String)

Indica che il testo di ricerca è stato modificato.

Si applica a

Vedi anche