共用方式為


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

前置字元。

傳回

前置詞中的索引鍵。

實作

適用於