LocalizableProperties.GetEditor Method

Gets an editor of the specified base type.

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

Syntax

'宣言
Public Overridable Function GetEditor ( _
    editorBaseType As Type _
) As Object
'使用
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

Parameters

Return Value

Type: System.Object

The editor of the specified base type.

Implements

ICustomTypeDescriptor.GetEditor(Type)

Remarks

This method calls GetEditor.

Permissions

See Also

Reference

LocalizableProperties Class

LocalizableProperties Members

Microsoft.VisualStudio.Package Namespace