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 MustOverride Function CollectionExists (
	collectionPath As String
) As Boolean

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: