Compartilhar via


ICollectionKeyValueStorage.GetSubCollectionNames(String) Method

Definition

Gets all the sub-collection names under a specific collection.

public:
 System::Collections::Generic::IEnumerable<System::String ^> ^ GetSubCollectionNames(System::String ^ collectionPath);
public System.Collections.Generic.IEnumerable<string> GetSubCollectionNames (string collectionPath);
abstract member GetSubCollectionNames : string -> seq<string>
Public Function GetSubCollectionNames (collectionPath As String) As IEnumerable(Of String)

Parameters

collectionPath
String

Returns

Applies to