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!

UICreationHelper Constructor

[To be supplied.]

[Visual Basic]
Public Sub New( _
   ByVal designerHost As IDesignerHost _
)
[C#]
public UICreationHelper(
   IDesignerHost designerHost
);
[C++]
public: UICreationHelper(
   IDesignerHost* designerHost
);
[JScript]
public function UICreationHelper(
   designerHost : IDesignerHost
);

Parameters

designerHost
[To be supplied.]

See Also

UICreationHelper Class | UICreationHelper Members | System.Data.Design Namespace