Visual Basic (Declaration) | |
---|---|
Protected Overrides Sub OnEndLoad( _ ByVal successful As Boolean, _ ByVal errors As ICollection _ ) |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As DesignerLoader Dim successful As Boolean Dim errors As ICollection instance.OnEndLoad(successful, errors) |
C# | |
---|---|
protected override void OnEndLoad( bool successful, ICollection errors ) |
C++/CLI | |
---|---|
protected: void OnEndLoad( bool successful, ICollection^ errors ) override |
Parameters
- successful
- true if the load completed successfully; otherwise, false.
- errors
- An System.Collections.ICollection containing objects (usually exceptions) that were reported as errors.
Exception | Description |
---|---|
System.InvalidOperationException | The System.ComponentModel.Design.Serialization.IDesignerLoaderHost has not been initialized. |
System.ObjectDisposedException | The System.ComponentModel.Design.Serialization.IDesignerLoaderHost has been disposed. |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2