Interop.ICustomTypeDescriptor.GetEditor(Type) Methode

Definition

Gibt den Editor für die enthaltene Activity zurück.

 virtual System::Object ^ System.ComponentModel.ICustomTypeDescriptor.GetEditor(Type ^ editorBaseType) = System::ComponentModel::ICustomTypeDescriptor::GetEditor;
object ICustomTypeDescriptor.GetEditor (Type editorBaseType);
abstract member System.ComponentModel.ICustomTypeDescriptor.GetEditor : Type -> obj
override this.System.ComponentModel.ICustomTypeDescriptor.GetEditor : Type -> obj
Function GetEditor (editorBaseType As Type) As Object Implements ICustomTypeDescriptor.GetEditor

Parameter

editorBaseType
Type

Der Typ des angeforderten Editors.

Gibt zurück

Der Editor für die enthaltene Activity .

Implementiert

Hinweise

Bei diesem Member handelt es sich um eine explizite Schnittstellenmemberimplementierung. Er kann nur verwendet werden, wenn die Interop-Instanz in eine ICustomTypeDescriptor-Schnittstelle umgewandelt wird.

Gilt für: