InArgumentDynamicValuePropertyEditor Class

 

Updated: January 6, 2013

Represents a property editor for editing dynamic value.

Namespace:   Microsoft.Activities.Design.PropertyEditors
Assembly:  Microsoft.Activities.Design (in Microsoft.Activities.Design.dll)

Inheritance Hierarchy

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

Syntax

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

Constructors

Name Description
System_CAPS_pubmethod InArgumentDynamicValuePropertyEditor()

Initializes a new instance of the InArgumentDynamicValuePropertyEditor class.

Properties

Name Description
System_CAPS_pubproperty DialogEditorTemplate

(Inherited from DialogPropertyValueEditor.)

System_CAPS_pubproperty InlineEditorTemplate

(Inherited from PropertyValueEditor.)

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod ShowDialog(PropertyValue, IInputElement)

Shows the property editor dialog.(Overrides DialogPropertyValueEditor.ShowDialog(PropertyValue, IInputElement).)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.Activities.Design.PropertyEditors Namespace

Return to top