ShellSettingsManager::GetCollectionScopes Method (String^)

 

Gets the scopes that contain the given collection.

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

public:
virtual EnclosingScopes GetCollectionScopes(
	String^ collectionPath
) override

Parameters

collectionPath
Type: System::String^

The path of the collection to be searched.

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

Return to top
Show: