다음을 통해 공유


IEnumerableValueProvider.GetKeysFromPrefix(String) 메서드

정의

접두사에서 키를 가져옵니다.

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

매개 변수

prefix
String

접두사입니다.

반환

키입니다.

적용 대상