PropertiesEditorLauncher Constructor

Initializes a new instance of a M:Microsoft.VisualStudio.Package.PropertiesEditorLauncher using a specified service provider.

Namespace:  Microsoft.VisualStudio.Package
Assembly:  MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)

Syntax

'宣言
Public Sub New ( _
    serviceProvider As ServiceProvider _
)
'使用
Dim serviceProvider As ServiceProvider

Dim instance As New PropertiesEditorLauncher(serviceProvider)
public PropertiesEditorLauncher(
    ServiceProvider serviceProvider
)
public:
PropertiesEditorLauncher(
    ServiceProvider^ serviceProvider
)
public function PropertiesEditorLauncher(
    serviceProvider : ServiceProvider
)

Parameters

Permissions

See Also

Reference

PropertiesEditorLauncher Class

PropertiesEditorLauncher Members

Microsoft.VisualStudio.Package Namespace