Share via


ExternalSettingsManager.GetCollectionScopes Method

Outputs the scopes that contain the given collection.

Namespace:  Microsoft.VisualStudio.Settings
Assemblies:   Microsoft.VisualStudio.Settings (in Microsoft.VisualStudio.Settings.dll)
  Microsoft.VisualStudio.Settings.12.0 (in Microsoft.VisualStudio.Settings.12.0.dll)
  Microsoft.VisualStudio.Settings.11.0 (in Microsoft.VisualStudio.Settings.11.0.dll)

Syntax

'Declaration
Public Overrides NotOverridable Function GetCollectionScopes ( _
    collectionPath As String _
) As EnclosingScopes
public override sealed EnclosingScopes GetCollectionScopes(
    string collectionPath
)
public:
virtual EnclosingScopes GetCollectionScopes(
    String^ collectionPath
) override sealed
abstract GetCollectionScopes : 
        collectionPath:string -> EnclosingScopes  
override GetCollectionScopes : 
        collectionPath:string -> EnclosingScopes
public override final function GetCollectionScopes(
    collectionPath : String
) : EnclosingScopes

Parameters

  • collectionPath
    Type: String

    The path of the collection to be searched.

Return Value

Type: Microsoft.VisualStudio.Settings.EnclosingScopes
The enclosing scopes.

Remarks

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

.NET Framework Security

See Also

Reference

ExternalSettingsManager Class

Microsoft.VisualStudio.Settings Namespace