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[];
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.
IValueProvider Interface | IValueProvider Members | System.ComponentModel.Design Namespace