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!

IToolboxService.GetTools ()

Retrieves all NGWS runtime tools on the toolbox.

[Visual Basic]
Overloads Function GetTools() As ToolboxItem ()
[C#]
ToolboxItem[] GetTools();
[C++]
ToolboxItem* GetTools() [] = 0;
[JScript]
function GetTools() : ToolboxItem[];

Return Value

An array of class objects representing all NGWS components that are currently on the toolbox.

See Also

IToolboxService Interface | IToolboxService Members | System.WinForms.Design Namespace | IToolboxService.GetTools Overload List