Searches for the requested service.
[Visual Basic] Overridable Protected Function GetServiceObject( _ ByVal serviceType As Type _ ) As Object [C#] protected virtual object GetServiceObject( Type serviceType ); [C++] protected: virtual 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.
CodePersister Class | CodePersister Members | System.ComponentModel.Design Namespace