Share via


VariableArgumentPropertyEditor.ShowDialog メソッド (PropertyValue, IInputElement)

 

指定されたプロパティ値とコマンド ソースが含まれたエディター ダイアログを表示します。

名前空間:   Microsoft.Activities.Design.PropertyEditors
アセンブリ:  Microsoft.Activities.Design (Microsoft.Activities.Design.dll 内)

構文

public override void ShowDialog(
    PropertyValue propertyValue,
    IInputElement commandSource
)
public:
virtual void ShowDialog(
    PropertyValue^ propertyValue,
    IInputElement^ commandSource
) override
override ShowDialog : 
        propertyValue:PropertyValue *
        commandSource:IInputElement -> unit
Public Overrides Sub ShowDialog (
    propertyValue As PropertyValue,
    commandSource As IInputElement
)

パラメーター

  • commandSource
    Type: System.Windows.IInputElement

    プロパティ値のエディター コマンドの実行のソースとして使用できる入力要素。

参照

VariableArgumentPropertyEditor クラス
Microsoft.Activities.Design.PropertyEditors 名前空間

トップに戻る