Share via


SettingsStore.TryGetStrings(String, String, String[]) Method

Definition

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

Applies to