WritableSettingsStore::CreateCollection Method (String^)

 

Creates the given collection path by creating each nested collection while skipping the ones that already exist.

Namespace:   Microsoft.VisualStudio.Settings
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

public:
virtual void CreateCollection(
	String^ collectionPath
) abstract

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.

Return to top
Show: