SettingsStore.GetPropertyType(String, String) Метод

Определение

Возвращает тип запрошенного свойства.

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

Параметры

collectionPath
String

Путь к коллекции свойства.

propertyName
String

Имя свойства.

Возвращаемое значение

SettingsType

Тип свойства.

Исключения

Это исключение создается, если данное свойство не существует.

Применяется к