WritableSettingsStore::CreateCollection Method (String^)
Visual Studio 2015
Creates the given collection path by creating each nested collection while skipping the ones that already exist.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
Parameters
- collectionPath
-
Type:
System::String^
Path of the collection.
| Exception | Condition |
|---|---|
| ArgumentException | If empty string ("") which deis passed to the method it throws this exception. |
If the full path of collections already exist, the method simply returns.
Show: