Share via


ProjectNodeProperties.GetEditor Method

Override. Gets the specified type of editor.

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

Syntax

'Declaration
Public Overrides Function GetEditor ( _
    editorBaseType As Type _
) As Object
'Usage
Dim instance As ProjectNodeProperties
Dim editorBaseType As Type
Dim returnValue As Object

returnValue = instance.GetEditor(editorBaseType)
public override Object GetEditor(
    Type editorBaseType
)
public:
virtual Object^ GetEditor(
    Type^ editorBaseType
) override
public override function GetEditor(
    editorBaseType : Type
) : Object
abstract GetEditor : 
        editorBaseType:Type -> Object 
override GetEditor : 
        editorBaseType:Type -> Object 

Parameters

  • editorBaseType
    Type: System.Type
    The type of the editor

Return Value

Type: System.Object

Implements

ICustomTypeDescriptor.GetEditor(Type)

.NET Framework Security

See Also

Reference

ProjectNodeProperties Class

ProjectNodeProperties Members

Microsoft.VisualStudio.Data.Schema.Project.Project.MPF Namespace