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

前缀。

返回

键。

实现

适用于