UIMutableUserNotificationCategory Classe

Definizione

Oggetto UIUserNotificationCategory che può essere modificato dopo la creazione.

[Foundation.Register("UIMutableUserNotificationCategory", true)]
public class UIMutableUserNotificationCategory : UIKit.UIUserNotificationCategory
[<Foundation.Register("UIMutableUserNotificationCategory", true)>]
type UIMutableUserNotificationCategory = class
    inherit UIUserNotificationCategory
Ereditarietà
UIMutableUserNotificationCategory
Attributi

Costruttori

Nome Descrizione
UIMutableUserNotificationCategory()

Crea un nuovo UIMutableUserNotificationCategory oggetto con valori predefiniti.

UIMutableUserNotificationCategory(NativeHandle)

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

UIMutableUserNotificationCategory(NSCoder)

Costruttore che inizializza l'oggetto dai dati archiviati nell'oggetto unarchiver.

UIMutableUserNotificationCategory(NSObjectFlag)

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

Proprietà

Nome Descrizione
AccessibilityAttributedUserInputLabels

Oggetto UIUserNotificationCategory che può essere modificato dopo la creazione.

(Ereditato da NSObject)
AccessibilityRespondsToUserInteraction

Oggetto UIUserNotificationCategory che può essere modificato dopo la creazione.

(Ereditato da NSObject)
AccessibilityTextualContext

Oggetto UIUserNotificationCategory che può essere modificato dopo la creazione.

(Ereditato da NSObject)
AccessibilityUserInputLabels

Oggetto UIUserNotificationCategory che può essere modificato dopo la creazione.

(Ereditato da NSObject)
Class

Oggetto UIUserNotificationCategory che può essere modificato dopo la creazione.

(Ereditato da NSObject)
ClassHandle

Handle della classe Objective-C per questa classe.

DebugDescription

Oggetto UIUserNotificationCategory che può essere modificato dopo la creazione.

(Ereditato da NSObject)
Description

Oggetto UIUserNotificationCategory che può essere modificato dopo la creazione.

(Ereditato da NSObject)
Handle

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

(Ereditato da NSObject)
Identifier

Oggetto UIUserNotificationCategory che può essere modificato dopo la creazione.

IsDirectBinding

Ottiene o imposta un valore che indica se questa istanza utilizza l'associazione diretta Objective-C.

(Ereditato da NSObject)
IsProxy

Oggetto UIUserNotificationCategory che può essere modificato dopo la creazione.

(Ereditato da NSObject)
RetainCount

Oggetto UIUserNotificationCategory che può essere modificato dopo la creazione.

(Ereditato da NSObject)
Self

Oggetto UIUserNotificationCategory che può essere modificato dopo la creazione.

(Ereditato da NSObject)
Superclass

Oggetto UIUserNotificationCategory che può essere modificato dopo la creazione.

(Ereditato da NSObject)
SuperHandle

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

(Ereditato da NSObject)
Zone

Oggetto UIUserNotificationCategory che può essere modificato dopo la creazione.

(Ereditato da NSObject)

Metodi

Nome Descrizione
AddObserver(NSObject, NSString, NSKeyValueObservingOptions, IntPtr)

Oggetto UIUserNotificationCategory che può essere modificato dopo la creazione.

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

Oggetto UIUserNotificationCategory che può essere modificato dopo la creazione.

(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()

Oggetto UIUserNotificationCategory che può essere modificato dopo la creazione.

(Ereditato da NSObject)
BeginInvokeOnMainThread(Action)

Richiama l'azione specificata in modo asincrono nel thread principale dell'interfaccia utente.

(Ereditato da NSObject)
BeginInvokeOnMainThread(Selector, NSObject)

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

(Ereditato da NSObject)
ConformsToProtocol(NativeHandle)

Oggetto UIUserNotificationCategory che può essere modificato dopo la creazione.

(Ereditato da NSObject)
Copy()

Oggetto UIUserNotificationCategory che può essere modificato dopo la creazione.

(Ereditato da NSObject)
Copy(NSZone)

Esegue una copia dell'oggetto Objective-C sottostante.

(Ereditato da UIUserNotificationCategory)
DangerousAutorelease()

Chiama il selettore 'autorelease' su questo oggetto.

(Ereditato da NSObject)
DangerousRelease()

Chiama il selettore 'release' su questo oggetto.

(Ereditato da NSObject)
DangerousRetain()

Chiama il selettore 'retain' su questo oggetto.

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

Oggetto UIUserNotificationCategory che può essere modificato dopo la creazione.

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

Oggetto UIUserNotificationCategory che può essere modificato dopo la creazione.

(Ereditato da NSObject)
DidChangeValue(String)

Oggetto UIUserNotificationCategory che può essere modificato dopo la creazione.

(Ereditato da NSObject)
Dispose()

Rilascia le risorse utilizzate dall'oggetto NSObject .

(Ereditato da NSObject)
Dispose(Boolean)

Rilascia le risorse usate da questo oggetto.

(Ereditato da NSObject)
DoesNotRecognizeSelector(Selector)

Oggetto UIUserNotificationCategory che può essere modificato dopo la creazione.

(Ereditato da NSObject)
EncodeTo(NSCoder)

Codifica lo stato dell'oggetto usando il codificatore fornito.

(Ereditato da UIUserNotificationCategory)
Equals(NSObject)

Determina se l'oggetto specificato NSObject è uguale all'oggetto corrente NSObject.

(Ereditato da NSObject)
Equals(Object)

Determina se l'oggetto specificato è uguale all'oggetto corrente NSObject.

(Ereditato da NSObject)
GetActionsForContext(UIUserNotificationActionContext)

Oggetto UIUserNotificationCategory che può essere modificato dopo la creazione.

(Ereditato da UIUserNotificationCategory)
GetDictionaryOfValuesFromKeys(NSString[])

Oggetto UIUserNotificationCategory che può essere modificato dopo la creazione.

(Ereditato da NSObject)
GetHashCode()

Genera un codice hash per l'istanza corrente.

(Ereditato da NSObject)
GetMethodForSelector(Selector)

Oggetto UIUserNotificationCategory che può essere modificato dopo la creazione.

(Ereditato da NSObject)
GetNativeHash()

Oggetto UIUserNotificationCategory che può essere modificato dopo la creazione.

(Ereditato da NSObject)
Init()

Inizializza l'oggetto chiamando il metodo Objective-C init .

(Ereditato da NSObject)
InitializeHandle(NativeHandle, String)

Oggetto UIUserNotificationCategory che può essere modificato dopo la creazione.

(Ereditato da NSObject)
InitializeHandle(NativeHandle)

Oggetto UIUserNotificationCategory che può essere modificato dopo la creazione.

(Ereditato da NSObject)
Invoke(Action, Double)

Richiama l'azione specificata dopo il ritardo specificato.

(Ereditato da NSObject)
Invoke(Action, TimeSpan)

Richiama l'azione specificata dopo il ritardo specificato.

(Ereditato da NSObject)
InvokeOnMainThread(Action)

Richiama l'azione specificata in modo sincrono nel thread principale dell'interfaccia utente.

(Ereditato da NSObject)
InvokeOnMainThread(Selector, NSObject)

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

(Ereditato da NSObject)
IsEqual(NSObject)

Oggetto UIUserNotificationCategory che può essere modificato dopo la creazione.

(Ereditato da NSObject)
IsKindOfClass(Class)

Oggetto UIUserNotificationCategory che può essere modificato dopo la creazione.

(Ereditato da NSObject)
IsMemberOfClass(Class)

Oggetto UIUserNotificationCategory che può essere modificato dopo la creazione.

(Ereditato da NSObject)
MarkDirty()

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

(Ereditato da NSObject)
MutableCopy()

Oggetto UIUserNotificationCategory che può essere modificato dopo la creazione.

(Ereditato da NSObject)
MutableCopy(NSZone)

Oggetto UIUserNotificationCategory che può essere modificato dopo la creazione.

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

Oggetto UIUserNotificationCategory che può essere modificato dopo la creazione.

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

Oggetto UIUserNotificationCategory che può essere modificato dopo la creazione.

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

Oggetto UIUserNotificationCategory che può essere modificato dopo la creazione.

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

Oggetto UIUserNotificationCategory che può essere modificato dopo la creazione.

(Ereditato da NSObject)
PerformSelector(Selector, NSObject)

Oggetto UIUserNotificationCategory che può essere modificato dopo la creazione.

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

Oggetto UIUserNotificationCategory che può essere modificato dopo la creazione.

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

Oggetto UIUserNotificationCategory che può essere modificato dopo la creazione.

(Ereditato da NSObject)
PerformSelector(Selector)

Oggetto UIUserNotificationCategory che può essere modificato dopo la creazione.

(Ereditato da NSObject)
PrepareForInterfaceBuilder()

Oggetto UIUserNotificationCategory che può essere modificato dopo la creazione.

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

Oggetto UIUserNotificationCategory che può essere modificato dopo la creazione.

(Ereditato da NSObject)
RemoveObserver(NSObject, NSString)

Oggetto UIUserNotificationCategory che può essere modificato dopo la creazione.

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

Oggetto UIUserNotificationCategory che può essere modificato dopo la creazione.

(Ereditato da NSObject)
RemoveObserver(NSObject, String)

Oggetto UIUserNotificationCategory che può essere modificato dopo la creazione.

(Ereditato da NSObject)
RespondsToSelector(Selector)

Oggetto UIUserNotificationCategory che può essere modificato dopo la creazione.

(Ereditato da NSObject)
SetActions(UIUserNotificationAction[], UIUserNotificationActionContext)

Oggetto UIUserNotificationCategory che può essere modificato dopo la creazione.

SetNilValueForKey(NSString)

Oggetto UIUserNotificationCategory che può essere modificato dopo la creazione.

(Ereditato da NSObject)
SetValueForKey(NSObject, NSString)

Oggetto UIUserNotificationCategory che può essere modificato dopo la creazione.

(Ereditato da NSObject)
SetValueForKeyPath(NativeHandle, NSString)

Imposta il valore per la proprietà identificata da un determinato percorso di chiave su un determinato valore.

(Ereditato da NSObject)
SetValueForKeyPath(NSObject, NSString)

Oggetto UIUserNotificationCategory che può essere modificato dopo la creazione.

(Ereditato da NSObject)
SetValueForUndefinedKey(NSObject, NSString)

Oggetto UIUserNotificationCategory che può essere modificato dopo la creazione.

(Ereditato da NSObject)
SetValuesForKeysWithDictionary(NSDictionary)

Oggetto UIUserNotificationCategory che può essere modificato dopo la creazione.

(Ereditato da NSObject)
ToString()

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

(Ereditato da NSObject)
ValueForKey(NSString)

Oggetto UIUserNotificationCategory che può essere modificato dopo la creazione.

(Ereditato da NSObject)
ValueForKeyPath(NSString)

Oggetto UIUserNotificationCategory che può essere modificato dopo la creazione.

(Ereditato da NSObject)
ValueForUndefinedKey(NSString)

Oggetto UIUserNotificationCategory che può essere modificato dopo la creazione.

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

Oggetto UIUserNotificationCategory che può essere modificato dopo la creazione.

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

Oggetto UIUserNotificationCategory che può essere modificato dopo la creazione.

(Ereditato da NSObject)
WillChangeValue(String)

Oggetto UIUserNotificationCategory che può essere modificato dopo la creazione.

(Ereditato da NSObject)

Metodi di estensione

Nome Descrizione
AccessibilityHitTest(NSObject, CGPoint, UIEvent)

Oggetto UIUserNotificationCategory che può essere modificato dopo la creazione.

BrowserAccessibilityDeleteTextAtCursor(NSObject, IntPtr)

Oggetto UIUserNotificationCategory che può essere modificato dopo la creazione.

BrowserAccessibilityInsertTextAtCursor(NSObject, String)

Oggetto UIUserNotificationCategory che può essere modificato dopo la creazione.

GetAccessibilityCustomRotors(NSObject)

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

GetAccessibilityLineEndPositionFromCurrentSelection(NSObject)

Oggetto UIUserNotificationCategory che può essere modificato dopo la creazione.

GetAccessibilityLineRangeForPosition(NSObject, IntPtr)

Oggetto UIUserNotificationCategory che può essere modificato dopo la creazione.

GetAccessibilityLineStartPositionFromCurrentSelection(NSObject)

Oggetto UIUserNotificationCategory che può essere modificato dopo la creazione.

GetAccessibilityNextTextNavigationElement(NSObject)

Oggetto UIUserNotificationCategory che può essere modificato dopo la creazione.

GetAccessibilityNextTextNavigationElementBlock(NSObject)

Oggetto UIUserNotificationCategory che può essere modificato dopo la creazione.

GetAccessibilityPreviousTextNavigationElement(NSObject)

Oggetto UIUserNotificationCategory che può essere modificato dopo la creazione.

GetAccessibilityPreviousTextNavigationElementBlock(NSObject)

Oggetto UIUserNotificationCategory che può essere modificato dopo la creazione.

GetAccessibilityTextInputResponder(NSObject)

Oggetto UIUserNotificationCategory che può essere modificato dopo la creazione.

GetAccessibilityTextInputResponderHandler(NSObject)

Oggetto UIUserNotificationCategory che può essere modificato dopo la creazione.

GetBrowserAccessibilityAttributedValue(NSObject, NSRange)

Oggetto UIUserNotificationCategory che può essere modificato dopo la creazione.

GetBrowserAccessibilityContainerType(NSObject)

Oggetto UIUserNotificationCategory che può essere modificato dopo la creazione.

GetBrowserAccessibilityCurrentStatus(NSObject)

Oggetto UIUserNotificationCategory che può essere modificato dopo la creazione.

GetBrowserAccessibilityHasDomFocus(NSObject)

Oggetto UIUserNotificationCategory che può essere modificato dopo la creazione.

GetBrowserAccessibilityIsRequired(NSObject)

Oggetto UIUserNotificationCategory che può essere modificato dopo la creazione.

GetBrowserAccessibilityPressedState(NSObject)

Oggetto UIUserNotificationCategory che può essere modificato dopo la creazione.

GetBrowserAccessibilityRoleDescription(NSObject)

Oggetto UIUserNotificationCategory che può essere modificato dopo la creazione.

GetBrowserAccessibilitySelectedTextRange(NSObject)

Oggetto UIUserNotificationCategory che può essere modificato dopo la creazione.

GetBrowserAccessibilitySortDirection(NSObject)

Oggetto UIUserNotificationCategory che può essere modificato dopo la creazione.

GetBrowserAccessibilityValue(NSObject, NSRange)

Oggetto UIUserNotificationCategory che può essere modificato dopo la creazione.

GetDebugDescription(INSObjectProtocol)

Oggetto UIUserNotificationCategory che può essere modificato dopo la creazione.

GetHandle(INativeObject)

Oggetto UIUserNotificationCategory che può essere modificato dopo la creazione.

GetNonNullHandle(INativeObject, String)

Oggetto UIUserNotificationCategory che può essere modificato dopo la creazione.

ProvideImageData(NSObject, IntPtr, UIntPtr, UIntPtr, UIntPtr, UIntPtr, UIntPtr, NSObject)

Oggetto UIUserNotificationCategory che può essere modificato dopo la creazione.

ProvideImageToMTLTexture(NSObject, IMTLTexture, IMTLCommandBuffer, UIntPtr, UIntPtr, UIntPtr, UIntPtr, NSObject)

Oggetto UIUserNotificationCategory che può essere modificato dopo la creazione.

SetAccessibilityCustomRotors(NSObject, UIAccessibilityCustomRotor[])

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

SetAccessibilityNextTextNavigationElement(NSObject, NSObject)

Oggetto UIUserNotificationCategory che può essere modificato dopo la creazione.

SetAccessibilityNextTextNavigationElementBlock(NSObject, AXObjectReturnBlock)

Oggetto UIUserNotificationCategory che può essere modificato dopo la creazione.

SetAccessibilityPreviousTextNavigationElement(NSObject, NSObject)

Oggetto UIUserNotificationCategory che può essere modificato dopo la creazione.

SetAccessibilityPreviousTextNavigationElementBlock(NSObject, AXObjectReturnBlock)

Oggetto UIUserNotificationCategory che può essere modificato dopo la creazione.

SetAccessibilityTextInputResponder(NSObject, IUITextInput)

Oggetto UIUserNotificationCategory che può essere modificato dopo la creazione.

SetAccessibilityTextInputResponderHandler(NSObject, UITextInputReturnHandler)

Oggetto UIUserNotificationCategory che può essere modificato dopo la creazione.

SetBrowserAccessibilityContainerType(NSObject, BEAccessibilityContainerType)

Oggetto UIUserNotificationCategory che può essere modificato dopo la creazione.

SetBrowserAccessibilityCurrentStatus(NSObject, String)

Oggetto UIUserNotificationCategory che può essere modificato dopo la creazione.

SetBrowserAccessibilityHasDomFocus(NSObject, Boolean)

Oggetto UIUserNotificationCategory che può essere modificato dopo la creazione.

SetBrowserAccessibilityIsRequired(NSObject, Boolean)

Oggetto UIUserNotificationCategory che può essere modificato dopo la creazione.

SetBrowserAccessibilityPressedState(NSObject, BEAccessibilityPressedState)

Oggetto UIUserNotificationCategory che può essere modificato dopo la creazione.

SetBrowserAccessibilityRoleDescription(NSObject, String)

Oggetto UIUserNotificationCategory che può essere modificato dopo la creazione.

SetBrowserAccessibilitySelectedTextRange(NSObject, NSRange)

Oggetto UIUserNotificationCategory che può essere modificato dopo la creazione.

SetBrowserAccessibilitySortDirection(NSObject, String)

Oggetto UIUserNotificationCategory che può essere modificato dopo la creazione.

SetSharedObservers(NSObject, NSKeyValueSharedObserversSnapshot)

Oggetto UIUserNotificationCategory che può essere modificato dopo la creazione.

Si applica a

Vedi anche