SettingsStore.GetStrings(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 string[] GetStrings (string collectionPath, string propertyName);
abstract member GetStrings : string * string -> string[]
override this.GetStrings : string * string -> string[]
Public Overridable Function GetStrings (collectionPath As String, propertyName As String) As String()
Parameters
- collectionPath
- String
Path of the collection of the property.
- propertyName
- String
Name of the property.
Returns
String[]
Values of the property.
Exceptions
Throws this exception if the property is of different type or if it does not exist.
Remarks
This method is safe to access from any thread.