IVsWritableSettingsStore::CreateCollection Method (String^)

 

Creates a new collection.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)

int CreateCollection(
	String^ collectionPath
)

Parameters

collectionPath
Type: System::String^

[in] The path at which the collection should be created.

Return Value

Type: System::Int32

If 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.

Return to top
Show: