ArgumentCollectionPropertyEditor Class

 

Updated: January 8, 2013

This API supports the product infrastructure and is not intended to be used directly from your code.

Represents the property editor for the collection of 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.ArgumentCollectionPropertyEditor

Syntax

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

Constructors

Name Description
System_CAPS_pubmethod ArgumentCollectionPropertyEditor()

This API supports the product infrastructure and is not intended to be used directly from your code. Initializes a new instance of the ArgumentCollectionPropertyEditor 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)

This API supports the product infrastructure and is not intended to be used directly from your code. 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