SettingsManager.GetPropertyScopes(String, String) Yöntem

Tanım

Verilen özelliği içeren kapsamları çıkış.

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

Parametreler

collectionPath
String

Özellik koleksiyonunun yolu.

propertyName
String

Aranacak özelliğin adı.

Döndürülenler

EnclosingScopes

Kapsayan kapsamlar.

Açıklamalar

Birden fazla kapsam özelliğini içeriyorsa, bu kapsamların karşılık gelen bit bayrakları ayarlanır.

Şunlara uygulanır