IReferenceService::GetReference Method (String^)

 

Gets a reference to the component whose name matches the specified name.

Namespace:   System.ComponentModel.Design
Assembly:  System (in System.dll)

Object^ GetReference(
	String^ name
)

Parameters

name
Type: System::String^

The name of the component to return a reference to.

Return Value

Type: System::Object^

An object the specified name refers to, or null if no reference is found.

.NET Framework
Available since 1.1
Return to top
Show: