Partager via


SettingsStore.GetPropertyType, méthode

Retourne le type de la propriété demandée.

Espace de noms :  Microsoft.VisualStudio.Settings
Assemblys :   Microsoft.VisualStudio.Settings (dans Microsoft.VisualStudio.Settings.dll)
  Microsoft.VisualStudio.Shell.11.0 (dans Microsoft.VisualStudio.Shell.11.0.dll)

Syntaxe

'Déclaration
Public MustOverride Function GetPropertyType ( _
    collectionPath As String, _
    propertyName As String _
) As SettingsType
public abstract SettingsType GetPropertyType(
    string collectionPath,
    string propertyName
)

Paramètres

  • collectionPath
    Type : System.String
    Chemin d'accès de la collection de la propriété.

Valeur de retour

Type : Microsoft.VisualStudio.Settings.SettingsType
Type de propriété.

Exceptions

Exception Condition
ArgumentException

Lève cette exception si la propriété n'existe pas.

Sécurité .NET Framework

Voir aussi

Référence

SettingsStore Classe

Microsoft.VisualStudio.Settings, espace de noms