SettingsStore.GetPropertyNames(String) Method

Definition

Returns the names of properties under the given collection.

public:
 abstract System::Collections::Generic::IEnumerable<System::String ^> ^ GetPropertyNames(System::String ^ collectionPath);
public abstract System.Collections.Generic.IEnumerable<string> GetPropertyNames (string collectionPath);
abstract member GetPropertyNames : string -> seq<string>
Public MustOverride Function GetPropertyNames (collectionPath As String) As IEnumerable(Of String)

Parameters

collectionPath
String

Path of the collection.

Returns

Names of properties are returned.

Exceptions

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

Applies to