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 Interface

Provides an interface to manage a collection of IValueProvider objects.

[Visual Basic]
Public Interface IValueProviderCollection
   Implements ICollection, IEnumerable
[C#]
public interface IValueProviderCollection : ICollection,
   IEnumerable
[C++]
public __gc __interface IValueProviderCollection : public
   ICollection, IEnumerable

[JScript] In JScript, you can use the interfaces in the NGWS frameworks, but you cannot define your own.

Classes that Implement IValueProviderCollection

Class Description
ValueProviderCollection Collection of IValueProvider objects.

Remarks

Allows you to manage a document's value provider collection.

Requirements

Namespace: System.ComponentModel.Design

Assembly: System.dll

See Also

IValueProviderCollection Members | System.ComponentModel.Design Namespace | IValueProvider