SettingsStore.TryGetStrings(String, String, String[]) 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.
Returns the values of the requested property whose data type is MultiString.
public virtual bool TryGetStrings (string collectionPath, string propertyName, out string[] values);
abstract member TryGetStrings : string * string * String[] -> bool
override this.TryGetStrings : string * string * String[] -> bool
Public Overridable Function TryGetStrings (collectionPath As String, propertyName As String, ByRef values As String()) As Boolean
Parameters
- collectionPath
- String
Path of the collection of the property.
- propertyName
- String
Name of the property.
- values
- String[]
The retrieved values.
Returns
True if successful
Remarks
This method is safe to access from any thread.