Removes a service from the host.
[Visual Basic] Sub RemoveService( _ ByVal serviceClass As Type _ ) [C#] void RemoveService( Type serviceClass ); [C++] void RemoveService( Type* serviceClass ) = 0; [JScript] function RemoveService( serviceClass : Type );
IDesignerHost Interface | IDesignerHost Members | System.ComponentModel.Design Namespace | AddService