Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Removes the specified value from the collection.
Namespace: Microsoft.WindowsServerSolutions.Common.ProviderFramework
Assembly: ProviderFramework (in ProviderFramework.dll)
Syntax
void IList.Remove(
object value
)
private:
virtual void Remove(
Object^ value
) sealed = IList::Remove
Private Sub Remove (
value As Object
)
Implements IList.Remove
Parameters
value
Type: System.ObjectThe value to be removed.
Implements
Exceptions
Exception | Condition |
---|---|
NotSupportedException | This method always throws this exception. |
See Also
ThreadSafeReadOnlyObservableCollection<T> Class
Microsoft.WindowsServerSolutions.Common.ProviderFramework Namespace
Return to top