When implemented by a class, gets the component associated with the ISite.
[Visual Basic] Function GetComponent() As IComponent [C#] IComponent GetComponent(); [C++] IComponent* GetComponent() = 0; [JScript] function GetComponent() : IComponent;
The IComponent instance associated with the ISite.
ISite Interface | ISite Members | System.ComponentModel Namespace