次の方法で共有


IPropertyEditingService インターフェイス

定義

指定したオブジェクトのプロパティを変更できるようにします。

public interface class IPropertyEditingService
public interface IPropertyEditingService
type IPropertyEditingService = interface
Public Interface IPropertyEditingService

メソッド

EditProperties(IServiceProvider, IPropertyEditingUser, Object, String, String)

指定したオブジェクトのプロパティを変更できるユーザー インターフェイス (UI) を起動します。

EditProperties(IServiceProvider, IPropertyEditingUser, Object, String, String, EventHandler)

指定したオブジェクトのプロパティを変更できるユーザー インターフェイス (UI) を起動し、トピックのヘルプを表示するイベント ハンドラーを指定します。

適用対象