SettingsStore.GetPropertyType(String, String) Methode

Definition

Gibt den Typ der angeforderten Eigenschaft zurück.

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

Parameter

collectionPath
String

Pfad der Auflistung der Eigenschaft.

propertyName
String

Der Name der Eigenschaft.

Gibt zurück

SettingsType

Der Typ der Eigenschaft.

Ausnahmen

Löst diese Ausnahme aus, wenn die Eigenschaft nicht vorhanden ist.

Gilt für