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

Gets the base component that anchors this reference.

[Visual Basic]
Function GetComponent( _
   ByVal reference As Object _
) As IComponent
[C#]
IComponent GetComponent(
   object reference
);
[C++]
IComponent* GetComponent(
   Object* reference
) = 0;
[JScript]
function GetComponent(
   reference : Object
) : IComponent;

Parameters

reference
The referent to return the component associated with.

Return Value

The IComponent underlying the reference specified.

See Also

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