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.

C#
public QueuePathDialog(IServiceProvider provider);

Parameters

provider
IServiceProvider

A IServiceProvider that can be used to obtain services.

Applies to

.NET Framework 4.8.1 i druge verzije
Proizvod Verzije
.NET Framework 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

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.

C#
public QueuePathDialog(System.Windows.Forms.Design.IUIService uiService);

Parameters

uiService
IUIService

A IUIService that enables interaction with the user interface of the hosting development environment object.

Applies to

.NET Framework 4.8.1 i druge verzije
Proizvod Verzije
.NET Framework 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1