CGMutableImageMetadata.SetValueMatchingImageProperty Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
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
Parameters
- dictionaryName
- NSString
- propertyName
- NSString
- value
- NSObject
Returns
Applies to
SetValueMatchingImageProperty(NSString, NSString, Boolean)
public bool SetValueMatchingImageProperty (Foundation.NSString dictionaryName, Foundation.NSString propertyName, bool value);
member this.SetValueMatchingImageProperty : Foundation.NSString * Foundation.NSString * bool -> bool
Parameters
- dictionaryName
- NSString
- propertyName
- NSString
- value
- Boolean