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!

IDesignerHost.GetContainer

Gets the container for this designer host.

[Visual Basic]
Function GetContainer() As IContainer
[C#]
IContainer GetContainer();
[C++]
IContainer* GetContainer() = 0;
[JScript]
function GetContainer() : IContainer;

Return Value

The IContainer instance for this host.

Remarks

From the container, you can enumerate all components that are a part of the class.

See Also

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