PropertyGroup.ICustomTypeDescriptor.GetEditor-Methode

Diese Klasse und ihre Member sind für die interne Verwendung reserviert und nicht für die Verwendung im Code vorgesehen.

Namespace:  Microsoft.VisualStudio.Data.Schema.Package.Internal
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntax

'Declaration
Private Function GetEditor ( _
    editorBaseType As Type _
) As Object Implements ICustomTypeDescriptor.GetEditor
Object ICustomTypeDescriptor.GetEditor(
    Type editorBaseType
)
private:
virtual Object^ GetEditor(
    Type^ editorBaseType
) sealed = ICustomTypeDescriptor::GetEditor
private abstract GetEditor : 
        editorBaseType:Type -> Object 
private override GetEditor : 
        editorBaseType:Type -> Object 
JScript unterstützt keine expliziten Schnittstellenimplementierungen

Parameter

Rückgabewert

Typ: System.Object

Implementiert

ICustomTypeDescriptor.GetEditor(Type)

.NET Framework-Sicherheit

Siehe auch

Referenz

PropertyGroup Klasse

Microsoft.VisualStudio.Data.Schema.Package.Internal-Namespace