Metodo DesignPropertyDescriptor.GetEditor

Ottiene un editor di tipo specificato.

Spazio dei nomi:  Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)

Sintassi

'Dichiarazione
Public Overrides Function GetEditor ( _
    editorBaseType As Type _
) As Object
public override Object GetEditor(
    Type editorBaseType
)

Parametri

  • editorBaseType
    Tipo: System.Type
    Il tipo dell'editor.

Valore restituito

Tipo: System.Object
l'editor, o nullriferimento null (Nothing in Visual Basic) se non è disponibile.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

DesignPropertyDescriptor Classe

Spazio dei nomi Microsoft.VisualStudio.Shell