NSAttributedString.GetAttribute Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
GetAttribute(String, nint, NSRange) | |
GetAttribute(String, nint, NSRange, NSRange) |
GetAttribute(String, nint, NSRange)
[Foundation.Export("attribute:atIndex:effectiveRange:")]
public virtual Foundation.NSObject GetAttribute (string attribute, nint location, out Foundation.NSRange effectiveRange);
abstract member GetAttribute : string * nint * -> Foundation.NSObject
override this.GetAttribute : string * nint * -> Foundation.NSObject
Paramètres
- attribute
- String
- location
- System.System.IntPtr System.nativeint
- effectiveRange
- NSRange
Retours
- Attributs
S’applique à
GetAttribute(String, nint, NSRange, NSRange)
[Foundation.Export("attribute:atIndex:longestEffectiveRange:inRange:")]
public virtual Foundation.NSObject GetAttribute (string attribute, nint location, out Foundation.NSRange longestEffectiveRange, Foundation.NSRange rangeLimit);
abstract member GetAttribute : string * nint * * Foundation.NSRange -> Foundation.NSObject
override this.GetAttribute : string * nint * * Foundation.NSRange -> Foundation.NSObject
Paramètres
- attribute
- String
- location
- System.System.IntPtr System.nativeint
- longestEffectiveRange
- NSRange
- rangeLimit
- NSRange
Retours
- Attributs