IReferenceService.GetReferences Method

Definition

Gets all available references to project components.

Overloads

GetReferences()

Gets all available references to project components.

GetReferences(Type)

Gets all available references to components of the specified type.

GetReferences()

Gets all available references to project components.

public:
 cli::array <System::Object ^> ^ GetReferences();
public object[] GetReferences ();
abstract member GetReferences : unit -> obj[]
Public Function GetReferences () As Object()

Returns

Object[]

An array of all objects with references available to the IReferenceService.

Applies to

GetReferences(Type)

Gets all available references to components of the specified type.

public:
 cli::array <System::Object ^> ^ GetReferences(Type ^ baseType);
public object[] GetReferences (Type baseType);
abstract member GetReferences : Type -> obj[]
Public Function GetReferences (baseType As Type) As Object()

Parameters

baseType
Type

The type of object to return references to instances of.

Returns

Object[]

An array of all available objects of the specified type.

Applies to