IVsSettingsManager::GetCollectionScopes Method (String^, UInt32)
Visual Studio 2015
Returns flags about the scopes for a specified collection.
Assembly: Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)
Parameters
- collectionPath
-
Type:
System::String^
[in] The path to the collections file.
- scopes
-
Type:
System::UInt32
[out] The __VsEnclosingScopes for the collections.
If more than one scope contains the collection, the corresponding flags of those scopes are set. If none of the scopes contains the collection, the scope parameter is set to EnclosingScopes_None.
Show: