Partager via


PropertiesEditorLauncher Class

Launches the Project Properties Editor.

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

Syntax

<CLSCompliantAttribute(False)> _
Public Class PropertiesEditorLauncher _
    Inherits ComponentEditor

Dim instance As PropertiesEditorLauncher
[CLSCompliantAttribute(false)]
public class PropertiesEditorLauncher : ComponentEditor
[CLSCompliantAttribute(false)]
public ref class PropertiesEditorLauncher : public ComponentEditor
public class PropertiesEditorLauncher extends ComponentEditor

Inheritance Hierarchy

System.Object
  System.ComponentModel.ComponentEditor
    Microsoft.VisualStudio.Package.PropertiesEditorLauncher

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

PropertiesEditorLauncher Members

Microsoft.VisualStudio.Package Namespace