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!

ComponentModelPersister.Load

Called when the source file should be reparsed. This should only populate the designer host the first time it is called. Subclasses must provide an implementation.

[Visual Basic]
Overrides Public Function Load() As String
[C#]
public override string Load();
[C++]
public: override String* Load();
[JScript]
public override function Load() : String;

See Also

ComponentModelPersister Class | ComponentModelPersister Members | System.ComponentModel.Design Namespace | CodePersister