SettingsStore.GetPropertyType(String, String) Método

Definição

Retorna o tipo da propriedade solicitada.

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

Parâmetros

collectionPath
String

Caminho da coleção da propriedade.

propertyName
String

Nome da propriedade.

Retornos

SettingsType

Tipo da propriedade.

Exceções

Gera essa exceção se a propriedade não existir.

Aplica-se a