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!

IComponentCodePersistanceService.GetCodeFromComponents (IComponent[])

Gets code that persists the specified components.

[Visual Basic]
Overloads Function GetCodeFromComponents( _
   ByVal components() As IComponent _
) As String
[C#]
string GetCodeFromComponents(
   IComponent[] components
);
[C++]
String* GetCodeFromComponents(
   IComponent* components[]
) = 0;
[JScript]
function GetCodeFromComponents(
   components : IComponent[]
) : String;

Parameters

components
An array of type IComponent that indicates the components to return code to represent.

Return Value

Code that persists the specified components.

See Also

IComponentCodePersistanceService Interface | IComponentCodePersistanceService Members | System.ComponentModel.Design Namespace | IComponentCodePersistanceService.GetCodeFromComponents Overload List | IComponent