QueuePathDialog Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the QueuePathDialog class.
Overloads
QueuePathDialog(IServiceProvider) |
This API supports the product infrastructure and is not intended to be used directly from your code. Initializes a new instance of the QueuePathDialog class, using the specified service provider. |
QueuePathDialog(IUIService) |
This API supports the product infrastructure and is not intended to be used directly from your code. Initializes a new instance of the QueuePathDialog class, using the specified UI service. |
QueuePathDialog(IServiceProvider)
Initializes a new instance of the QueuePathDialog class, using the specified service provider.
This API supports the product infrastructure and is not intended to be used directly from your code.
public:
QueuePathDialog(IServiceProvider ^ provider);
public QueuePathDialog (IServiceProvider provider);
new System.Messaging.Design.QueuePathDialog : IServiceProvider -> System.Messaging.Design.QueuePathDialog
Public Sub New (provider As IServiceProvider)
Parameters
- provider
- IServiceProvider
A IServiceProvider that can be used to obtain services.
Applies to
QueuePathDialog(IUIService)
Initializes a new instance of the QueuePathDialog class, using the specified UI service.
This API supports the product infrastructure and is not intended to be used directly from your code.
public:
QueuePathDialog(System::Windows::Forms::Design::IUIService ^ uiService);
public QueuePathDialog (System.Windows.Forms.Design.IUIService uiService);
new System.Messaging.Design.QueuePathDialog : System.Windows.Forms.Design.IUIService -> System.Messaging.Design.QueuePathDialog
Public Sub New (uiService As IUIService)
Parameters
- uiService
- IUIService
A IUIService that enables interaction with the user interface of the hosting development environment object.