SettingsStore::GetSubCollectionNames Method (String^)
Visual Studio 2015
Returns the names of sub-collections under the given collection.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
public: virtual IEnumerable<String^>^ GetSubCollectionNames( String^ collectionPath ) abstract
Parameters
- collectionPath
-
Type:
System::String^
Path of the collection.
Return Value
Type: System.Collections.Generic::IEnumerable<String^>^Names of sub collections is returned.
| Exception | Condition |
|---|---|
| ArgumentException | Throws this exception if the collection does not exist. |
Show: