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

'宣言
Private Function GetEditor ( _
    editorBaseType As Type _
) As Object Implements ICustomTypeDescriptor.GetEditor
'使用
Dim instance As DataConnectionProperties
Dim editorBaseType As Type
Dim returnValue As Object

returnValue = CType(instance, ICustomTypeDescriptor).GetEditor(editorBaseType)
Object ICustomTypeDescriptor.GetEditor(
    Type editorBaseType
)
private:
virtual Object^ GetEditor(
    Type^ editorBaseType
) sealed = ICustomTypeDescriptor::GetEditor
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

Returns an object of the specified type that is the editor for this object, or returns a 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.

Permissions

See Also

Reference

DataConnectionProperties Class

DataConnectionProperties Members

Microsoft.VisualStudio.Data Namespace