SettingsStore.GetPropertyNamesAndValues(String) Method

Definition

Returns the names of properties along with each properties associated value for the given collection.

public:
 virtual System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^ GetPropertyNamesAndValues(System::String ^ collectionPath);
public virtual System.Collections.Generic.IDictionary<string,object> GetPropertyNamesAndValues (string collectionPath);
abstract member GetPropertyNamesAndValues : string -> System.Collections.Generic.IDictionary<string, obj>
override this.GetPropertyNamesAndValues : string -> System.Collections.Generic.IDictionary<string, obj>
Public Overridable Function GetPropertyNamesAndValues (collectionPath As String) As IDictionary(Of String, Object)

Parameters

collectionPath
String

Path of the collection.

Returns

Names and values of properties are returned.

Applies to