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

返回

适用于