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

접두사입니다.

반환

접두사의 키입니다.

구현

적용 대상