WorkflowElement.DesignTimeAwareDictionary<TKey, TValue> Class

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

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

Namespace:  System.Activities
Assembly:  System.Activities (in System.Activities.dll)

Syntax

'Declaration
Protected Class DesignTimeAwareDictionary(Of TKey, TValue) _
    Implements IDictionary(Of TKey, TValue), ICollection(Of KeyValuePair(Of TKey, TValue)),  _
    IEnumerable(Of KeyValuePair(Of TKey, TValue)), IEnumerable
'Usage
Dim instance As WorkflowElement.DesignTimeAwareDictionary(Of TKey, TValue)
protected class DesignTimeAwareDictionary<TKey, TValue> : IDictionary<TKey, TValue>, 
    ICollection<KeyValuePair<TKey, TValue>>, IEnumerable<KeyValuePair<TKey, TValue>>, 
    IEnumerable
generic<typename TKey, typename TValue>
protected ref class DesignTimeAwareDictionary : IDictionary<TKey, TValue>, 
    ICollection<KeyValuePair<TKey, TValue>>, IEnumerable<KeyValuePair<TKey, TValue>>, 
    IEnumerable
JScript does not support generic types or methods.
type DesignTimeAwareDictionary<'TKey, 'TValue> =  
    class
        interface IDictionary<'TKey, 'TValue>
        interface ICollection<KeyValuePair<'TKey, 'TValue>>
        interface IEnumerable<KeyValuePair<'TKey, 'TValue>>
        interface IEnumerable
    end

Type Parameters

  • TKey
  • TValue

Inheritance Hierarchy

System.Object
  System.Activities.WorkflowElement.DesignTimeAwareDictionary<TKey, TValue>
    System.Activities.WorkflowElement.DesignTimeAwareNullKeyDictionary<TKey, TValue>

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.

Platforms

Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008, Windows Server 2003

The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

Version Information

.NET Framework

Supported in: 4

See Also

Reference

WorkflowElement.DesignTimeAwareDictionary<TKey, TValue> Members

System.Activities Namespace