SettingsManager::GetCollectionScopes Method (String^)

 

Outputs the scopes that contain the given collection.

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

public:
virtual EnclosingScopes GetCollectionScopes(
	String^ collectionPath
) abstract

Parameters

collectionPath
Type: System::String^

The path of the collection to be searched.

Return Value

Type: Microsoft.VisualStudio.Settings::EnclosingScopes

The enclosing scopes.

If more than one scope contains the collection, the corresponding bit flags of those scopes are set.

Return to top
Show: