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

Definition

Returns the values of the requested property whose data type is MultiString.

C#
public virtual bool TryGetStrings(string collectionPath, string propertyName, out string[] values);

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.

Applies to

Produkt Versioner
Visual Studio SDK 2022