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

要为其返回键名的对象。

返回

String

空引用。

注解

此方法的默认实现旨在由派生类重写,以便返回与 value 参数关联的键的名称。 默认实现在 Visual Basic) 中返回 null (Nothing。 此受保护的方法只能通过此类或派生类访问。

适用于