Compartir a través de


ProjectNodeProperties.GetEditor (Método)

Esta clase y sus miembros están reservados para uso interno y no están pensados para su uso en el código.

Espacio de nombres:  Microsoft.VisualStudio.Data.Schema.Package.Project.Internal
Ensamblado:  Microsoft.VisualStudio.Data.Schema.Package (en Microsoft.VisualStudio.Data.Schema.Package.dll)

Sintaxis

'Declaración
Public Overrides Function GetEditor ( _
    editorBaseType As Type _
) As Object
public override Object GetEditor(
    Type editorBaseType
)
public:
virtual Object^ GetEditor(
    Type^ editorBaseType
) override
abstract GetEditor : 
        editorBaseType:Type -> Object 
override GetEditor : 
        editorBaseType:Type -> Object 
public override function GetEditor(
    editorBaseType : Type
) : Object

Parámetros

Valor devuelto

Tipo: System.Object
Editor

Implementaciones

ICustomTypeDescriptor.GetEditor(Type)

Seguridad de .NET Framework

Vea también

Referencia

ProjectNodeProperties Clase

Microsoft.VisualStudio.Data.Schema.Package.Project.Internal (Espacio de nombres)