DictionaryValueProvider<TValue>.GetKeysFromPrefix(String) メソッド

定義

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

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

パラメーター

prefix
String

プレフィックス。

戻り値

プレフィックスからのキー。

実装

適用対象