SettingsStore.GetPropertyNames(String) Method

Definition

Returns the names of properties under the given collection.

C++
public:
 abstract System::Collections::Generic::IEnumerable<System::String ^> ^ GetPropertyNames(System::String ^ collectionPath);

Parameters

collectionPath
String

Path of the collection.

Returns

Names of properties are returned.

Exceptions

If the collection does not exist, method throws this exception.

Remarks

This method is safe to access from any thread.

Applies to

Product Versions
Visual Studio SDK 2015, 2017, 2019, 2022