Compartilhar via


ICollectionKeyValueStorage.GetPropertyNames(String) Method

Definition

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

Returns

Applies to