ServiceDescriptionBaseCollection.GetKey(Object) 메서드

정의

참조로 전달된 값과 연결된 키의 이름을 반환합니다.

protected:
 virtual System::String ^ GetKey(System::Object ^ value);
protected virtual string GetKey(object value);
abstract member GetKey : obj -> string
override this.GetKey : obj -> string
Protected Overridable Function GetKey (value As Object) As String

매개 변수

value
Object

키의 이름을 반환할 개체입니다.

반품

null 참조입니다.

설명

이 메서드의 기본 구현은 매개 변수와 연결된 키의 이름을 반환하기 위해 파생 클래스에 의해 재정의됩니다 value . 기본 구현은 null(Visual Basic Nothing)을 반환합니다. 이 보호된 메서드는 이 클래스 또는 파생 클래스를 통해서만 액세스할 수 있습니다.

적용 대상