SettingsStore.GetPropertyNamesAndValues(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
Remarks
This method is safe to access from any thread.