SettingsStore::CollectionExists Method (String^)

 

Checks the existence of the collection passed in to this method.

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

public:
virtual bool CollectionExists(
	String^ collectionPath
) abstract

Parameters

collectionPath
Type: System::String^

Path of the collection.

Return Value

Type: System::Boolean

Returns true if the collection exists and false otherwise.

Return to top
Show: