共用方式為


CGMutableImageMetadata.SetValueMatchingImageProperty 方法

定義

多載

SetValueMatchingImageProperty(NSString, NSString, NSObject)
SetValueMatchingImageProperty(NSString, NSString, Boolean)

SetValueMatchingImageProperty(NSString, NSString, NSObject)

public bool SetValueMatchingImageProperty (Foundation.NSString dictionaryName, Foundation.NSString propertyName, Foundation.NSObject value);
member this.SetValueMatchingImageProperty : Foundation.NSString * Foundation.NSString * Foundation.NSObject -> bool

參數

dictionaryName
NSString
propertyName
NSString
value
NSObject

傳回

適用於

SetValueMatchingImageProperty(NSString, NSString, Boolean)

public bool SetValueMatchingImageProperty (Foundation.NSString dictionaryName, Foundation.NSString propertyName, bool value);
member this.SetValueMatchingImageProperty : Foundation.NSString * Foundation.NSString * bool -> bool

參數

dictionaryName
NSString
propertyName
NSString
value
Boolean

傳回

適用於