NSCoder_UIGeometryKeyedCoding.DecodeUIOffsetForKey(NSCoder, String) 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.
Decodifica e quindi restituisce l'offset associato alla chiave designata.
[Foundation.Export("decodeUIOffsetForKey:")]
public static UIKit.UIOffset DecodeUIOffsetForKey (this Foundation.NSCoder This, string key);
static member DecodeUIOffsetForKey : Foundation.NSCoder * string -> UIKit.UIOffset
Parametri
- This
- NSCoder
Foundation.NSCoder.
- key
- String
Chiave identificata con l'offset.
Restituisce
Offset associato alla chiave designata
- Attributi