IEnumerableValueProvider.GetKeysFromPrefix(String) メソッド

定義

プレフィックスからキーを取得します。

public System.Collections.Generic.IDictionary<string,string> GetKeysFromPrefix (string prefix);
abstract member GetKeysFromPrefix : string -> System.Collections.Generic.IDictionary<string, string>
Public Function GetKeysFromPrefix (prefix As String) As IDictionary(Of String, String)

パラメーター

prefix
String

プレフィックス。

戻り値

キー。

適用対象