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!

IValueProvider.GetRequireComponents

Provides a list of components that are required to be initialized before this value provider can provide values.

[Visual Basic]
Function GetRequireComponents() As Object ()
[C#]
object[] GetRequireComponents();
[C++]
Object* GetRequireComponents() [] = 0;
[JScript]
function GetRequireComponents() : Object[];

Remarks

This method allows a value provider to force the component that is actually providing the values to be code generated before the calls to it.

See Also

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