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.GetReference

Gets a reference for the specified name.

[Visual Basic]
Function GetReference( _
   ByVal name As String _
) As Object
[C#]
object GetReference(
   string name
);
[C++]
Object* GetReference(
   String* name
) = 0;
[JScript]
function GetReference(
   name : String
) : Object;

Parameters

name
The name of the component to return the reference for.

Return Value

An object the name specified refers to, or a null reference (in Visual Basic Nothing) if no reference is found.

See Also

IReferenceService Interface | IReferenceService Members | System.ComponentModel.Design Namespace