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
editorBaseType
Type: System.TypeThe type of editor.
Return Value
Type: System.Object
The editor of the specified base type.
Implements
ICustomTypeDescriptor.GetEditor(Type)
Remarks
This method calls GetEditor.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.