Metodo LocalizableProperties.GetEditor

Recupera l'editor di questo oggetto.

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

Sintassi

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

Parametri

  • editorBaseType
    Tipo: System.Type
    In Type che rappresenta il tipo di base dell'editor che si desidera trovare.

Valore restituito

Tipo: System.Object
Restituisce l'oggetto dell'editor.

Implementa

ICustomTypeDescriptor.GetEditor(Type)

Sicurezza di .NET Framework

Vedere anche

Riferimenti

LocalizableProperties Classe

Spazio dei nomi Microsoft.VisualStudio.Shell