SqlScriptEditorControl.MultiServerPropertiesDisplay.GetEditor(Type) Method

Definition

Gets an editor of the specified type for this instance.

public:
 virtual System::Object ^ GetEditor(Type ^ editorBaseType);
public object GetEditor (Type editorBaseType);
abstract member GetEditor : Type -> obj
override this.GetEditor : Type -> obj
Public Function GetEditor (editorBaseType As Type) As Object

Parameters

editorBaseType
Type

A Type object that represents the editor for this object.

Returns

An object of the specified type that is the editor for this object.

Implements

Applies to