SettingsStore.GetPropertyNamesAndValues(String) Method
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.
C++
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)
- collectionPath
- String
Path of the collection.
Names and values of properties are returned.
This method is safe to access from any thread.
Product | Versions |
---|---|
Visual Studio SDK | 2019, 2022 |