Condividi tramite


UITextView.InsertDictationResultPlaceholder Metodo

Definizione

Segnaposto dei risultati della dettatura che verrà usato durante l'elaborazione della dettatura.

[Foundation.Export("insertDictationResultPlaceholder")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual Foundation.NSObject InsertDictationResultPlaceholder ();
abstract member InsertDictationResultPlaceholder : unit -> Foundation.NSObject
override this.InsertDictationResultPlaceholder : unit -> Foundation.NSObject

Restituisce

Non deve restituire null.

Attributi

Commenti

Il risultato di questo metodo viene passato a GetFrameForDictationResultPlaceholder(NSObject).

Gli sviluppatori di applicazioni che eseguono l'override di questo metodo devono anche eseguire l'override RemoveDictationResultPlaceholder(NSObject, Boolean)di .

Si applica a