Compartir a través de


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

Objeto Type que representa el editor para este objeto.

Devoluciones

Objeto del tipo especificado que es el editor para este objeto.

Implementaciones

Se aplica a