ServiceElementCollection.Remove Method
Removes a service from the collection.
Namespace: Microsoft.Practices.CompositeUI.Configuration
Assembly: Microsoft.Practices.CompositeUI (in microsoft.practices.compositeui.dll)
Syntax
'Declaration
Public Sub Remove ( _
serviceType As Type _
)
'Usage
Dim instance As ServiceElementCollection
Dim serviceType As Type
instance.Remove(serviceType)
public void Remove (
Type serviceType
)
public:
void Remove (
Type^ serviceType
)
public void Remove (
Type serviceType
)
public function Remove (
serviceType : Type
)
Parameters
- serviceType
See Also
Reference
ServiceElementCollection Class
ServiceElementCollection Members
Microsoft.Practices.CompositeUI.Configuration Namespace