NSCoder_UIGeometryKeyedCoding.DecodeUIOffsetForKey(NSCoder, String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
解碼,然後傳回與指定索引鍵相關聯的位移。
[Foundation.Export("decodeUIOffsetForKey:")]
public static UIKit.UIOffset DecodeUIOffsetForKey (this Foundation.NSCoder This, string key);
static member DecodeUIOffsetForKey : Foundation.NSCoder * string -> UIKit.UIOffset
參數
- This
- NSCoder
Foundation.NSCoder。
- key
- String
以位移識別的索引鍵。
傳回
與指定索引鍵相關聯的位移
- 屬性