Retrieves the requested service, if it is available.
[Visual Basic] Protected Function GetServiceObject( _ ByVal serviceType As Type _ ) As Object [C#] protected object GetServiceObject( Type serviceType ); [C++] protected: Object* GetServiceObject( Type* serviceType ); [JScript] protected function GetServiceObject( serviceType : Type ) : Object;
An instance of the service, or null if the service could not be found.
CollectionEditor Class | CollectionEditor Members | System.ComponentModel.Design Namespace