When implemented by a class, gets a service provided by the ISite.
[Visual Basic] Function GetService( _ ByVal service As Type _ ) As Object [C#] object GetService( Type service ); [C++] Object* GetService( Type* service ) = 0; [JScript] function GetService( service : Type ) : Object;
An object representing the specified service; or a null reference object, if the ISite does not support the specified service.
ISite Interface | ISite Members | System.ComponentModel Namespace