Partager via


SettingsStore.GetString Méthode

Définition

Surcharges

GetString(String, String, String)

Retourne la valeur de la propriété demandée dont le type de données est String.

GetString(String, String)

Retourne la valeur de la propriété demandée dont le type de données est String.

GetString(String, String, String)

Retourne la valeur de la propriété demandée dont le type de données est String.

public:
 abstract System::String ^ GetString(System::String ^ collectionPath, System::String ^ propertyName, System::String ^ defaultValue);
public:
 abstract Platform::String ^ GetString(Platform::String ^ collectionPath, Platform::String ^ propertyName, Platform::String ^ defaultValue);
 abstract std::wstring GetString(std::wstring const & collectionPath, std::wstring const & propertyName, std::wstring const & defaultValue);
public abstract string GetString (string collectionPath, string propertyName, string defaultValue);
abstract member GetString : string * string * string -> string
Public MustOverride Function GetString (collectionPath As String, propertyName As String, defaultValue As String) As String

Paramètres

collectionPath
String

Chemin d'accès de la collection de la propriété.

propertyName
String

Nom de la propriété.

defaultValue
String

Valeur à retourner si la propriété n'existe pas.

Retours

Si la propriété n'existe pas, elle retourne la valeur defaultValue passée.

Exceptions

Lève cette exception si la propriété est de type différent.

S’applique à

GetString(String, String)

Retourne la valeur de la propriété demandée dont le type de données est String.

public:
 abstract System::String ^ GetString(System::String ^ collectionPath, System::String ^ propertyName);
public:
 abstract Platform::String ^ GetString(Platform::String ^ collectionPath, Platform::String ^ propertyName);
 abstract std::wstring GetString(std::wstring const & collectionPath, std::wstring const & propertyName);
public abstract string GetString (string collectionPath, string propertyName);
abstract member GetString : string * string -> string
Public MustOverride Function GetString (collectionPath As String, propertyName As String) As String

Paramètres

collectionPath
String

Chemin d'accès de la collection de la propriété.

propertyName
String

Nom de la propriété.

Retours

Valeur de la propriété.

Exceptions

Lève cette exception si la propriété est de type différent ou si elle n'existe pas.

S’applique à