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[];
An array representing the components required to be initialized before the value provider can provide values.
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.
ValueProvider Class | ValueProvider Members | System.ComponentModel.Design Namespace