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.FindInitMethod

Finds the initialization method for this class.

[Visual Basic]
Overridable Protected Function FindInitMethod() As ICodeMethod
[C#]
protected virtual ICodeMethod FindInitMethod();
[C++]
protected: virtual ICodeMethod* FindInitMethod();
[JScript]
protected function FindInitMethod() : ICodeMethod;

Remarks

Notes to Implementers: This can be overridden to return any method that they want to be treated as the "init" method.

See Also

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