Gets a reference for the specified name.
[Visual Basic] Function GetReference( _ ByVal name As String _ ) As Object [C#] object GetReference( string name ); [C++] Object* GetReference( String* name ) = 0; [JScript] function GetReference( name : String ) : Object;
An object the name specified refers to, or a null reference (in Visual Basic Nothing) if no reference is found.
IReferenceService Interface | IReferenceService Members | System.ComponentModel.Design Namespace