Share via


NSAttributedString_NSAttributedStringKitAdditions.ContainsAttachments Método

Definición

Devuelve true si el objeto actual NSAttributedString contiene datos adjuntos en el especificado range.

[Foundation.Export("containsAttachmentsInRange:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static bool ContainsAttachments (this Foundation.NSAttributedString This, Foundation.NSRange range);
static member ContainsAttachments : Foundation.NSAttributedString * Foundation.NSRange -> bool

Parámetros

This
NSAttributedString

Instancia en la que opera este método.

range
NSRange

Devoluciones

Atributos

Se aplica a