QueuePathDialog Constructors

Definition

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.

Applies to