IVsWritableSettingsStore::CreateCollection Method (String^)
Visual Studio 2015
Creates a new collection.
Assembly: Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)
Parameters
- collectionPath
-
Type:
System::String^
[in] The path at which the collection should be created.
Return Value
Type: System::Int32If the full path to the collection already exists, returns S_OK. If the empty string is passed to the method, it returns F:Microsoft.VisualStudio.E_INVALIDARG.
Show: