PropertiesEditorLauncher.EditComponent メソッド (ITypeDescriptorContext, Object)

プロジェクト プロパティ エディタを起動します。

名前空間 :  Microsoft.VisualStudio.Data.Schema.Project.Project.MPF
アセンブリ :  Microsoft.VisualStudio.Data.Schema.Project (Microsoft.VisualStudio.Data.Schema.Project.dll 内)

構文

'宣言
Public Overrides Function EditComponent ( _
    context As ITypeDescriptorContext, _
    component As Object _
) As Boolean
'使用
Dim instance As PropertiesEditorLauncher
Dim context As ITypeDescriptorContext
Dim component As Object
Dim returnValue As Boolean

returnValue = instance.EditComponent(context, _
    component)
public override bool EditComponent(
    ITypeDescriptorContext context,
    Object component
)
public:
virtual bool EditComponent(
    ITypeDescriptorContext^ context, 
    Object^ component
) override
public override function EditComponent(
    context : ITypeDescriptorContext, 
    component : Object
) : boolean

パラメータ

  • component
    型 : System.Object
    編集対象のコンポーネント。

戻り値

型 : System.Boolean

参照

参照

PropertiesEditorLauncher クラス

PropertiesEditorLauncher メンバ

EditComponent オーバーロード

Microsoft.VisualStudio.Data.Schema.Project.Project.MPF 名前空間