QueuePathDialog Constructor(IServiceProvider)
Initializes a new instance of the QueuePathDialog class, using the specified service provider.
Syntax
'Declaration Public Function New( _ ByVal provider As IServiceProvider _ )
'Usage Dim provider As IServiceProvider Dim instance As New QueuePathDialog(provider)
public QueuePathDialog( IServiceProvider provider )
public: QueuePathDialog( IServiceProvider^ provider )
Parameters
- provider
- A System.IServiceProvider that can be used to obtain services.
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