NSDiffableDataSourceSectionTransaction<SectionIdentifierType,ItemIdentifierType> Classe
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
[Foundation.Register("NSDiffableDataSourceSectionTransaction", true)]
public class NSDiffableDataSourceSectionTransaction<SectionIdentifierType,ItemIdentifierType> : Foundation.NSObject where SectionIdentifierType : NSObject where ItemIdentifierType : NSObject
[<Foundation.Register("NSDiffableDataSourceSectionTransaction", true)>]
type NSDiffableDataSourceSectionTransaction<'SectionIdentifierType, 'ItemIdentifierType (requires 'SectionIdentifierType :> NSObject and 'ItemIdentifierType :> NSObject)> = class
inherit NSObject
Parametri di tipo
- SectionIdentifierType
- ItemIdentifierType
- Ereditarietà
- Attributi
Costruttori
| Nome | Descrizione |
|---|---|
| NSDiffableDataSourceSectionTransaction<SectionIdentifierType,ItemIdentifierType>() |
Crea un nuovo NSDiffableDataSourceSectionTransaction<SectionIdentifierType,ItemIdentifierType> oggetto con valori predefiniti. |
| NSDiffableDataSourceSectionTransaction<SectionIdentifierType,ItemIdentifierType>(NativeHandle) |
Costruttore utilizzato durante la creazione di rappresentazioni gestite di oggetti non gestiti. Chiamato dal runtime. |
| NSDiffableDataSourceSectionTransaction<SectionIdentifierType,ItemIdentifierType>(NSObjectFlag) |
Costruttore da chiamare sulle classi derivate per ignorare l'inizializzazione e semplicemente allocare l'oggetto. |
Proprietà
| Nome | Descrizione |
|---|---|
| AccessibilityAttributedUserInputLabels | (Ereditato da NSObject) |
| AccessibilityRespondsToUserInteraction | (Ereditato da NSObject) |
| AccessibilityTextualContext | (Ereditato da NSObject) |
| AccessibilityUserInputLabels | (Ereditato da NSObject) |
| Class | (Ereditato da NSObject) |
| ClassHandle |
Handle della classe Objective-C per questa classe. |
| DebugDescription | (Ereditato da NSObject) |
| Description | (Ereditato da NSObject) |
| FinalSnapshot | |
| Handle |
Handle (puntatore) alla rappresentazione dell'oggetto non gestito. (Ereditato da NSObject) |
| InitialSnapshot | |
| IsDirectBinding |
Ottiene o imposta un valore che indica se questa istanza utilizza l'associazione diretta Objective-C. (Ereditato da NSObject) |
| IsProxy | (Ereditato da NSObject) |
| RetainCount | (Ereditato da NSObject) |
| SectionIdentifier | |
| Self | (Ereditato da NSObject) |
| Superclass | (Ereditato da NSObject) |
| SuperHandle |
Handle utilizzato per rappresentare i metodi nella classe di base per questo NSObjectoggetto . (Ereditato da NSObject) |
| Zone | (Ereditato da NSObject) |