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!

ValueProvider.GetRequireComponents

Gets the components required to be initialized before the value provider can provide values.

[Visual Basic]
Overridable Public Function GetRequireComponents() As Object ()
[C#]
public virtual object[] GetRequireComponents();
[C++]
public: virtual Object* GetRequireComponents() [];
[JScript]
public function GetRequireComponents() : Object[];

Return Value

An array representing the components required to be initialized before the value provider can provide values.

Remarks

Returns an array of components that are required to be initialized before this value provider can provide values. Basically this allows a value provider to force the component that is actually providing the values to be code gen'd before the calls to it.

See Also

ValueProvider Class | ValueProvider Members | System.ComponentModel.Design Namespace