SettingsManager.GetCollectionScopes(String) Yöntem

Tanım

Verilen koleksiyonu içeren kapsamları çıkış.

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

Parametreler

collectionPath
String

Aranacak koleksiyonun yolu.

Döndürülenler

EnclosingScopes

Kapsayan kapsamlar.

Açıklamalar

Koleksiyonu içeren birden fazla kapsam varsa, bu kapsamların karşılık gelen bit bayrakları ayarlanır.

Şunlara uygulanır