NSDiffableDataSourceSnapshot<SectionIdentifierType, ItemIdentifierType>
NSDiffableDataSourceSnapshot()
NSDiffableDataSourceSnapshot(IntPtr)
NSDiffableDataSourceSnapshot(NativeHandle)
NSDiffableDataSourceSnapshot(NSObjectFlag)
ClassHandle
ItemIdentifiers
NumberOfItems
NumberOfSections
ReconfiguredItemIdentifiers
ReloadedItemIdentifiers
ReloadedSectionIdentifiers
SectionIdentifiers
AppendItems(ItemIdentifierType[])
AppendItems(ItemIdentifierType[], SectionIdentifierType)
AppendSections(SectionIdentifierType[])
Copy(NSZone)
DeleteAllItems()
DeleteItems(ItemIdentifierType[])
DeleteSections(SectionIdentifierType[])
GetIndex(ItemIdentifierType)
GetIndex(SectionIdentifierType)
GetItemIdentifiersInSection(SectionIdentifierType)
GetNumberOfItems(SectionIdentifierType)
GetSectionIdentifierForSection(ItemIdentifierType)
InsertItemsAfter(ItemIdentifierType[], ItemIdentifierType)
InsertItemsBefore(ItemIdentifierType[], ItemIdentifierType)
InsertSectionsAfter(SectionIdentifierType[], SectionIdentifierType)
InsertSectionsBefore(SectionIdentifierType[], SectionIdentifierType)
MoveItemAfter(ItemIdentifierType, ItemIdentifierType)
MoveItemBefore(ItemIdentifierType, ItemIdentifierType)
MoveSectionAfter(SectionIdentifierType, SectionIdentifierType)
MoveSectionBefore(SectionIdentifierType, SectionIdentifierType)
ReconfigureItems(ItemIdentifierType[])
ReloadItems(ItemIdentifierType[])
ReloadSections(SectionIdentifierType[])
xamarinmac
namespace AppKit
{
[Introduced(PlatformName.TvOS, 13, 0, PlatformArchitecture.All, null)]
[Introduced(PlatformName.MacOSX, 10, 15, PlatformArchitecture.All, null)]
[Introduced(PlatformName.iOS, 13, 0, PlatformArchitecture.All, null)]
[Register("NSDiffableDataSourceSnapshot", true)]
[Unavailable(PlatformName.WatchOS, PlatformArchitecture.All, null)]
public class NSDiffableDataSourceSnapshot<SectionIdentifierType, ItemIdentifierType> : NSObject, INSCopying, INativeObject, IDisposable
where SectionIdentifierType, NSObject!
where ItemIdentifierType, NSObject!
{
[BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[EditorBrowsable(EditorBrowsableState.Advanced)]
protected internal NSDiffableDataSourceSnapshot(IntPtr handle);
}
}
Xamarin macOS | 0.0 |
---|---|
Information specific to xamarinmac | |
Assembly | Xamarin.Mac , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API