NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

IReferenceService.GetReferences (Type)

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[];

Parameters

baseType
The type to filter by.

Return Value

An array of all available objects of the specified type.

See Also

IReferenceService Interface | IReferenceService Members | System.ComponentModel.Design Namespace | IReferenceService.GetReferences Overload List