Share via


LocalizableProperties.GetEditor Method

Retrieves the editor for this object.

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

Syntax

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

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

Parameters

  • editorBaseType
    Type: System.Type
    The editor base type

Return Value

Type: System.Object

Implements

ICustomTypeDescriptor.GetEditor(Type)

.NET Framework Security

See Also

Reference

LocalizableProperties Class

LocalizableProperties Members

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