指定した型のエディタを取得します。
名前空間 : Microsoft.VisualStudio.Data.Schema.Project.Project.MPF
アセンブリ : Microsoft.VisualStudio.Data.Schema.Project (Microsoft.VisualStudio.Data.Schema.Project.dll 内)
構文
'宣言
Public Overrides Function GetEditor ( _
editorBaseType As Type _
) As Object
'使用
Dim instance As DesignPropertyDescriptor
Dim editorBaseType As Type
Dim returnValue As Object
returnValue = instance.GetEditor(editorBaseType)
public override Object GetEditor(
Type editorBaseType
)
public:
virtual Object^ GetEditor(
Type^ editorBaseType
) override
public override function GetEditor(
editorBaseType : Type
) : Object
パラメータ
- editorBaseType
型 : System.Type
プロパティがサポートしている複数のエディタを区別するために使用される、エディタの基本型。
戻り値
型 : System.Object