Gets the components persisted in the specified code, up to the specified maximum number of components.
[Visual Basic] Function GetComponentsFromCode( _ ByVal code As String, _ ByVal maxComponents As Integer _ ) As IComponent () [C#] IComponent[] GetComponentsFromCode( string code, int maxComponents ); [C++] IComponent* GetComponentsFromCode( String* code, int maxComponents ) [] = 0; [JScript] function GetComponentsFromCode( code : String, maxComponents : int ) : IComponent[];
An array of type IComponent containing the components rebuilt from the specified code.
IComponentCodePersistanceService Interface | IComponentCodePersistanceService Members | System.ComponentModel.Design Namespace | IComponent