Freigeben über


IAVAsynchronousKeyValueLoading Schnittstelle

Definition

Schnittstelle, die die erforderlichen Methoden (falls vorhanden) des Protokolls AVAsynchronousKeyValueLoadingdarstellt.

[Foundation.Protocol(Name="AVAsynchronousKeyValueLoading", WrapperType=typeof(AVFoundation.AVAsynchronousKeyValueLoadingWrapper))]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public interface IAVAsynchronousKeyValueLoading : IDisposable, ObjCRuntime.INativeObject
type IAVAsynchronousKeyValueLoading = interface
    interface INativeObject
    interface IDisposable
Abgeleitet
Attribute
Implementiert

Hinweise

Diese Schnittstelle enthält die erforderlichen Methoden (falls vorhanden) aus dem durch definierten AVAsynchronousKeyValueLoadingProtokoll.

Wenn Entwickler Klassen erstellen, die diese Schnittstelle implementieren, werden die Implementierungsmethoden automatisch mit der übereinstimmenden Signatur der im AVAsynchronousKeyValueLoading Protokoll definierten Methode nach Objective-C exportiert.

Optionale Methoden (sofern vorhanden) werden von der T:AVFoundation.AVAsynchronousKeyValueLoading_Extensions-Klasse als Erweiterungsmethoden für die Schnittstelle bereitgestellt, sodass Entwickler alle optionalen Methoden für das Protokoll aufrufen können.

Eigenschaften

Handle

Handle (Zeiger) auf die Darstellung des nicht verwalteten Objekts.

(Geerbt von INativeObject)

Methoden

LoadValuesAsynchronously(String[], Action)

Schnittstelle, die die erforderlichen Methoden (falls vorhanden) des Protokolls AVAsynchronousKeyValueLoadingdarstellt.

StatusOfValueForKeyerror(String, IntPtr)

Schnittstelle, die die erforderlichen Methoden (falls vorhanden) des Protokolls AVAsynchronousKeyValueLoadingdarstellt.

Gilt für: