DictionaryContains<TKey, TValue> Class

 

An activity to check if a dictionary contains a particular item.

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

System::Object
  System.Activities::Activity
    System.Activities::ActivityWithResult
      System.Activities::Activity<TResult>
        System.Activities::CodeActivity<TResult>
          Microsoft.Activities::DictionaryContains<TKey, TValue>

generic<typename TKey, typename TValue>
public ref class DictionaryContains sealed : CodeActivity<bool>

Type Parameters

TKey

The type of key.

TValue

The type of value.

NameDescription
System_CAPS_pubmethodDictionaryContains<TKey, TValue>()

Initializes a new instance of the DictionaryContains<TKey, TValue> class.

System_CAPS_pubmethodDictionaryContains<TKey, TValue>(InArgument<IDictionary<TKey, TValue>^>^, InArgument<TKey>^)

Initializes a new instance of the DictionaryContains<TKey, TValue> class.

System_CAPS_pubmethodDictionaryContains<TKey, TValue>(InArgument<IDictionary<TKey, TValue>^>^, InArgument<TKey>^, InArgument<TValue>^)

Initializes a new instance of the DictionaryContains<TKey, TValue> class.

NameDescription
System_CAPS_protpropertyCacheId

(Inherited from Activity.)

System_CAPS_pubpropertyDictionary

Gets or sets the dictionary to search.

System_CAPS_pubpropertyDisplayName

(Inherited from Activity.)

System_CAPS_pubpropertyId

(Inherited from Activity.)

System_CAPS_protpropertyImplementationVersion

(Inherited from CodeActivity<TResult>.)

System_CAPS_pubpropertyKey

Gets or sets the key to search for.

System_CAPS_pubpropertyResult

(Inherited from Activity<TResult>.)

System_CAPS_pubpropertyResultType

(Inherited from ActivityWithResult.)

System_CAPS_pubpropertyValue

Gets or sets the value to match.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Activity.)

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

Return to top

Community Additions

ADD
Show: