SqlScriptEditorControl.MultiServerPropertiesDisplay.GetEditor(Type) Método

Definición

Obtiene un editor del tipo especificado para esta instancia.

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

Parámetros

editorBaseType
Type

Un Type objeto que representa el editor de este objeto.

Devoluciones

Un objeto del tipo especificado que es el editor de este objeto.

Implementaciones

Se aplica a