DictionaryContainer.SetStringValue 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
SetStringValue(NSString, NSString) |
Stores the string |
SetStringValue(NSString, String) |
Stores the string |
SetStringValue(NSString, NSString)
Stores the string value
and associates it with the key
.
protected void SetStringValue (Foundation.NSString key, Foundation.NSString value);
member this.SetStringValue : Foundation.NSString * Foundation.NSString -> unit
Parameters
- key
- NSString
The identifier associated with the string.
- value
- NSString
The string to be associated with key
.
Applies to
SetStringValue(NSString, String)
Stores the string value
and associates it with the key
.
protected void SetStringValue (Foundation.NSString key, string value);
member this.SetStringValue : Foundation.NSString * string -> unit
Parameters
- key
- NSString
The identifier associated with the string.
- value
- String
The string to be associated with key
.