NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

IDesignerHost.RemoveService

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
);

Parameters

serviceClass
The class of the service to remove.

See Also

IDesignerHost Interface | IDesignerHost Members | System.ComponentModel.Design Namespace | AddService