Partager via


IStringStorage.NamesStartingWith(String) Method

Definition

Returns the names of all settings currently stored whose names begin with the given prefix (case insensitive).

public:
 cli::array <System::String ^> ^ NamesStartingWith(System::String ^ prefix);
public:
 Platform::Array <Platform::String ^> ^ NamesStartingWith(Platform::String ^ prefix);
std::Array <std::wstring const &> NamesStartingWith(std::wstring const & prefix);
public string[] NamesStartingWith (string prefix);
abstract member NamesStartingWith : string -> string[]
Public Function NamesStartingWith (prefix As String) As String()

Parameters

prefix
String

Returns

String[]

Returns String.

Exceptions

May be thrown when prefix is null.

May be thrown when prefix is empty.

Applies to