Share via


CountDictionary<TKey, TValue>-Klasse

 

Eine Aktivität, die die Anzahl der Elemente in einem Wörterbuch ermittelt.

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

Vererbungshierarchie

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

Syntax

public sealed class CountDictionary<TKey, TValue> : CodeActivity<int>
generic<typename TKey, typename TValue>
public ref class CountDictionary sealed : CodeActivity<int>
[<Sealed>]
type CountDictionary<'TKey, 'TValue> = 
    class
        inherit CodeActivity<int>
    end
Public NotInheritable Class CountDictionary(Of TKey, TValue)
    Inherits CodeActivity(Of Integer)

Typparameter

  • TKey
    Der Typ des Schlüssels.
  • TValue
    Der Werttyp.

Konstruktoren

Name Beschreibung
System_CAPS_pubmethod CountDictionary<TKey, TValue>()

Initialisiert eine neue Instanz der CountDictionary<TKey, TValue>-Klasse.

System_CAPS_pubmethod CountDictionary<TKey, TValue>(InArgument<IDictionary<TKey, TValue>>)

Initialisiert eine neue Instanz der CountDictionary<TKey, TValue>-Klasse.

Eigenschaften

Name Beschreibung
System_CAPS_protproperty CacheId

(Geerbt von Activity.)

System_CAPS_pubproperty Dictionary

Ruft das Zielwörterbuch ab bzw. legt dieses fest.

System_CAPS_pubproperty DisplayName

(Geerbt von Activity.)

System_CAPS_pubproperty Id

(Geerbt von Activity.)

System_CAPS_protproperty ImplementationVersion

(Geerbt von CodeActivity<TResult>.)

System_CAPS_pubproperty Result

(Geerbt von Activity<TResult>.)

System_CAPS_pubproperty ResultType

(Geerbt von ActivityWithResult.)

Methoden

Name Beschreibung
System_CAPS_pubmethod Equals(Object)

(Geerbt von Object.)

System_CAPS_pubmethod GetHashCode()

(Geerbt von Object.)

System_CAPS_pubmethod GetType()

(Geerbt von Object.)

System_CAPS_pubmethod ToString()

(Geerbt von Activity.)

Threadsicherheit

Öffentliche statische (in Visual Basic freigegebene) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.

Siehe auch

Microsoft.Activities-Namespace

Zurück zum Anfang