AdoDotNetConnectionProperties.ICustomTypeDescriptor.GetEditor Method

Retrieves an editor of the specified type for this object.

Namespace:  Microsoft.VisualStudio.Data.Framework.AdoDotNet
Assembly:  Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.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.Type

    A managed Type representing the editor for this object.

Return Value

Type: System.Object
An object of the specified type that is the editor for this object, or 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 GetEditor method. For more information, see the GetEditor method in the .NET Framework class library.

.NET Framework Security

See Also

Reference

AdoDotNetConnectionProperties Class

Microsoft.VisualStudio.Data.Framework.AdoDotNet Namespace