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

Gets code that persists the specified components.

Overload List

Gets code that persists the specified components.

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

Gets code that persists the specified components.

[Visual Basic] Overloads Function GetCodeFromComponents(IComponent(), Integer, Integer) As String
[C#] string GetCodeFromComponents(IComponent[], int, int);
[C++] String* GetCodeFromComponents(IComponent*[], int, int) = 0;
[JScript] function GetCodeFromComponents(IComponent[], int, int) : String;

See Also

IComponentCodePersistanceService Interface | IComponentCodePersistanceService Members | System.ComponentModel.Design Namespace