ICollectionKeyValueStorage.GetPropertyNames(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.
Gets all the property names under a specific collection.
public:
System::Collections::Generic::IEnumerable<System::String ^> ^ GetPropertyNames(System::String ^ collectionPath);
public System.Collections.Generic.IEnumerable<string> GetPropertyNames (string collectionPath);
abstract member GetPropertyNames : string -> seq<string>
Public Function GetPropertyNames (collectionPath As String) As IEnumerable(Of String)
Parameters
- collectionPath
- String