Interop.ICustomTypeDescriptor.GetEditor(Type) メソッド

定義

格納されている Activity のエディターを返します。

 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

パラメーター

editorBaseType
Type

要求されたエディターの型。

戻り値

格納されている Activity のエディター。

実装

注釈

このメンバーは、明示的なインターフェイス メンバーの実装です。 これは、Interop のインスタンスが ICustomTypeDescriptor インターフェイスにキャストされる場合のみ、使用できます。

適用対象