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!

IWebFormServices.GetDesignerHost

Obtains the designer host instance associated to the Web Forms designer.

Gets the designer host.

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

Return Value

The IDesignerHost of the designer.

See Also

IWebFormServices Interface | IWebFormServices Members | System.Web.UI.Design Namespace