NameValueCollectionValueProvider.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

前置詞。

傳回

索引鍵。

實作

適用於