Gets all available references of this type.
[Visual Basic] Overloads Function GetReferences( _ ByVal baseType As Type _ ) As Object () [C#] object[] GetReferences( Type baseType ); [C++] Object* GetReferences( Type* baseType ) [] = 0; [JScript] function GetReferences( baseType : Type ) : Object[];
An array of all available objects of the specified type.
IReferenceService Interface | IReferenceService Members | System.ComponentModel.Design Namespace | IReferenceService.GetReferences Overload List