Retrieves the editor for this object.
Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell (in Microsoft.VisualStudio.Shell.dll)
Syntax
'宣言
Public Function GetEditor ( _
editorBaseType As Type _
) As Object
'使用
Dim instance As LocalizableProperties
Dim editorBaseType As Type
Dim returnValue As Object
returnValue = instance.GetEditor(editorBaseType)
public Object GetEditor(
Type editorBaseType
)
public:
virtual Object^ GetEditor(
Type^ editorBaseType
) sealed
public final function GetEditor(
editorBaseType : Type
) : Object
Parameters
editorBaseType
Type: System.TypeA Type that represents the base type of the editor you want to find.
Return Value
Type: System.Object
Returns the editor object.
Implements
ICustomTypeDescriptor.GetEditor(Type)
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.