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!

IValueProviderCollection.Remove

Removes a value provider from the collection.

[Visual Basic]
Sub Remove( _
   ByVal value As IValueProvider _
)
[C#]
void Remove(
   IValueProvider value
);
[C++]
void Remove(
   IValueProvider* value
) = 0;
[JScript]
function Remove(
   value : IValueProvider
);

Parameters

value
The IValueProvider to remove from the collection.

Remarks

Use this to remove a value provider form the collection.

See Also

IValueProviderCollection Interface | IValueProviderCollection Members | System.ComponentModel.Design Namespace | Add | IValueProvider