Gets the name for this reference.
[Visual Basic] Function GetName( _ ByVal reference As Object _ ) As String [C#] string GetName( object reference ); [C++] String* GetName( Object* reference ) = 0; [JScript] function GetName( reference : Object ) : String;
The name of the object referenced, or a null reference (in Visual Basic Nothing) if this is not a valid reference.
IReferenceService Interface | IReferenceService Members | System.ComponentModel.Design Namespace