NSAttributedString.GetAttribute Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
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
Parametri
- attribute
- String
- location
- System.System.IntPtr System.nativeint
- effectiveRange
- NSRange
Restituisce
- Attributi
Si applica a
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
Parametri
- attribute
- String
- location
- System.System.IntPtr System.nativeint
- longestEffectiveRange
- NSRange
- rangeLimit
- NSRange
Restituisce
- Attributi