共用方式為


NSCoder_UIGeometryKeyedCoding.DecodeUIEdgeInsets(NSCoder, String) 方法

定義

解碼,然後傳回與指定索引鍵相關聯的邊緣內嵌。

[Foundation.Export("decodeUIEdgeInsetsForKey:")]
public static UIKit.UIEdgeInsets DecodeUIEdgeInsets (this Foundation.NSCoder This, string key);
static member DecodeUIEdgeInsets : Foundation.NSCoder * string -> UIKit.UIEdgeInsets

參數

This
NSCoder

Foundation.NSCoder。

key
String

以邊緣內嵌識別的索引鍵。

傳回

與指定之索引鍵相關聯的邊緣內嵌。

屬性

適用於