IReferenceService::GetReferences Method (Type^)

 

Gets all available references to components of the specified type.

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

array<Object^>^ GetReferences(
	Type^ baseType
)

Parameters

baseType
Type: System::Type^

The type of object to return references to instances of.

Return Value

Type: array<System::Object^>^

An array of all available objects of the specified type.

.NET Framework
Available since 1.1
Return to top
Show: