DataConnectionProperties.ICustomTypeDescriptor.GetEditor Method
Retrieves an editor of the specified type for this object.
Namespace: Microsoft.VisualStudio.Data
Assembly: Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)
Syntax
'Declaration
Private Function GetEditor ( _
editorBaseType As Type _
) As Object Implements ICustomTypeDescriptor.GetEditor
Object ICustomTypeDescriptor.GetEditor(
Type editorBaseType
)
private:
virtual Object^ GetEditor(
Type^ editorBaseType
) sealed = ICustomTypeDescriptor::GetEditor
private abstract GetEditor :
editorBaseType:Type -> Object
private override GetEditor :
editorBaseType:Type -> Object
JScript does not support explicit interface implementations.
Parameters
editorBaseType
Type: System.TypeA managed Type representing the editor for this object.
Return Value
Type: System.Object
Returns an object of the specified type that is the editor for this object, or returns nulla null reference (Nothing in Visual Basic) if the editor cannot be found.
Implements
ICustomTypeDescriptor.GetEditor(Type)
Remarks
This method provides an implementation of the ICustomTypeDescriptor.GetEditor(System.Type) method. For more information see the GetEditor method in the .NET Framework class library.
.NET Framework Security
- 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.