VariableArgumentPropertyEditor Class

 

Updated: March 5, 2013

Represents a property editor for editing variable argument.

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.VariableArgumentPropertyEditor

Syntax

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

Constructors

Name Description
System_CAPS_pubmethod VariableArgumentPropertyEditor()

Initializes a new instance of the VariableArgumentPropertyEditor 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)

Displays the editor dialog with specified property value and command source.(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