ShellSettingsManager.GetCollectionScopes(String) Methode

Definition

Ruft die Bereiche ab, die die angegebene Auflistung enthalten.

public:
 override Microsoft::VisualStudio::Settings::EnclosingScopes GetCollectionScopes(System::String ^ collectionPath);
public:
 override Microsoft::VisualStudio::Settings::EnclosingScopes GetCollectionScopes(Platform::String ^ collectionPath);
 override Microsoft::VisualStudio::Settings::EnclosingScopes GetCollectionScopes(std::wstring const & collectionPath);
public override Microsoft.VisualStudio.Settings.EnclosingScopes GetCollectionScopes (string collectionPath);
override this.GetCollectionScopes : string -> Microsoft.VisualStudio.Settings.EnclosingScopes
Public Overrides Function GetCollectionScopes (collectionPath As String) As EnclosingScopes

Parameter

collectionPath
String

Der Pfad der Auflistung, in der gesucht werden soll.

Gibt zurück

EnclosingScopes

Umschließende Bereiche.

Hinweise

Wenn mehr als ein Bereich die Auflistung enthält, werden die entsprechenden Bitflags dieser Bereiche festgelegt.

Gilt für