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

Walks through the list of data members, finds all that implement IComponent and adds them to the Host.

[Visual Basic]
Protected Sub ParseComponentDeclarations( _
   ByVal components() As ICodeDataMember _
)
[C#]
protected void ParseComponentDeclarations(
   ICodeDataMember[] components
);
[C++]
protected: void ParseComponentDeclarations(
   ICodeDataMember* components[]
);
[JScript]
protected function ParseComponentDeclarations(
   components : ICodeDataMember[]
);

Parameters

components
[To be supplied.]

See Also

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