QueuePathDialog Constructor(IUIService)
Initializes a new instance of the QueuePathDialog class, using the specified UI service.
Syntax
'Declaration Public Function New( _ ByVal uiService As IUIService _ )
'Usage Dim uiService As IUIService Dim instance As New QueuePathDialog(uiService)
public QueuePathDialog( IUIService uiService )
public: QueuePathDialog( IUIService^ uiService )
Parameters
- uiService
- A System.Windows.Forms.Design.IUIService that enables interaction with the user interface of the hosting development environment object.
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also