SettingsStore.GetPropertyNames(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 under the given collection.
C++
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)
- collectionPath
- String
Path of the collection.
Names of properties are returned.
If the collection does not exist, method throws this exception.
This method is safe to access from any thread.
Product | Versions |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |