다음을 통해 공유


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

접두사입니다.

반환

키입니다.

구현

적용 대상