InArgumentDynamicValuePropertyEditor クラス

 

更新日: 2013年1月

動的な値を編集するためのプロパティ エディターを表します。

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

継承階層

System.Object
  System.Activities.Presentation.PropertyEditing.PropertyValueEditor
    System.Activities.Presentation.PropertyEditing.DialogPropertyValueEditor
      Microsoft.Activities.Design.PropertyEditors.InArgumentDynamicValuePropertyEditor

構文

public sealed class InArgumentDynamicValuePropertyEditor : DialogPropertyValueEditor
public ref class InArgumentDynamicValuePropertyEditor sealed : DialogPropertyValueEditor
[<Sealed>]
type InArgumentDynamicValuePropertyEditor = 
    class
        inherit DialogPropertyValueEditor
    end
Public NotInheritable Class InArgumentDynamicValuePropertyEditor
    Inherits DialogPropertyValueEditor

コンストラクター

名前 説明
System_CAPS_pubmethod InArgumentDynamicValuePropertyEditor()

InArgumentDynamicValuePropertyEditor クラスの新しいインスタンスを初期化します。

プロパティ

名前 説明
System_CAPS_pubproperty DialogEditorTemplate

(DialogPropertyValueEditor から継承されました。)

System_CAPS_pubproperty InlineEditorTemplate

(PropertyValueEditor から継承されました。)

メソッド

名前 説明
System_CAPS_pubmethod Equals(Object)

(Object から継承されました。)

System_CAPS_pubmethod GetHashCode()

(Object から継承されました。)

System_CAPS_pubmethod GetType()

(Object から継承されました。)

System_CAPS_pubmethod ShowDialog(PropertyValue, IInputElement)

プロパティ エディター ダイアログを表示します。(DialogPropertyValueEditor.ShowDialog(PropertyValue, IInputElement) をオーバーライドする。)

System_CAPS_pubmethod ToString()

(Object から継承されました。)

スレッド セーフ

すべてのパブリック構造体 (Shared Visual Basic では) メンバーは、スレッド セーフです。 Aインスタンス メンバーの場合は、スレッド セーフであるとは限りません。

参照

Microsoft.Activities.Design.PropertyEditors 名前空間

トップに戻る