PropertiesEditorLauncher Class

This type is only used internally; you cannot use it directly from your code. Enables launching the project properties editor from the Properties browser.

This API is not CLS-compliant. 

Namespace:  Microsoft.VisualStudio.Data.Schema.Project.Project.MPF
Assembly:  Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)

Syntax

'Declaration
<CLSCompliantAttribute(False)> _
Public Class PropertiesEditorLauncher _
    Inherits ComponentEditor
'Usage
Dim instance As PropertiesEditorLauncher
[CLSCompliantAttribute(false)]
public class PropertiesEditorLauncher : ComponentEditor
[CLSCompliantAttribute(false)]
public ref class PropertiesEditorLauncher : public ComponentEditor
public class PropertiesEditorLauncher extends ComponentEditor
[<CLSCompliantAttribute(false)>]
type PropertiesEditorLauncher =  
    class
        inherit ComponentEditor
    end

Inheritance Hierarchy

System.Object
  System.ComponentModel.ComponentEditor
    Microsoft.VisualStudio.Data.Schema.Project.Project.MPF.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.Data.Schema.Project.Project.MPF Namespace