ExternalSettingsManager.GetPropertyScopes(String, String) Methode

Definition

Gibt die Bereiche aus, die die angegebene Eigenschaft enthalten.

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

Parameter

collectionPath
String

Der Pfad der Auflistung der Eigenschaft.

propertyName
String

Der Name der zu suchenden Eigenschaft.

Gibt zurück

EnclosingScopes

Die einschließenden Bereiche.

Hinweise

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

Gilt für