Searches for the requested service.
[Visual Basic] Overrides Protected Function GetServiceObject( _ ByVal serviceType As Type _ ) As Object [C#] protected override object GetServiceObject( Type serviceType ); [C++] protected: override Object* GetServiceObject( Type* serviceType ); [JScript] protected override function GetServiceObject( serviceType : Type ) : Object;
An instance of the service, or a null reference (in Visual Basic Nothing) if the service could not be found.
ComponentModelPersister Class | ComponentModelPersister Members | System.ComponentModel.Design Namespace | CodePersister