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.Add

Adds a value provider to the collection.

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

Parameters

value
The IValueProvider to add to the collection.

Remarks

Use this to add a value provider to the collection.

See Also

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