CorrelationTokenEventArgs Klasa

Definicja

Przestroga

The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*

Zawiera dane zdarzenia skojarzone z CorrelationToken . Klasa ta nie może być dziedziczona.

public ref class CorrelationTokenEventArgs sealed : EventArgs
public sealed class CorrelationTokenEventArgs : EventArgs
[System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")]
public sealed class CorrelationTokenEventArgs : EventArgs
type CorrelationTokenEventArgs = class
    inherit EventArgs
[<System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")>]
type CorrelationTokenEventArgs = class
    inherit EventArgs
Public NotInheritable Class CorrelationTokenEventArgs
Inherits EventArgs
Dziedziczenie
CorrelationTokenEventArgs
Atrybuty

Uwagi

Uwaga

W tym materiale omówiono przestarzałe typy i przestrzenie nazw. Aby uzyskać więcej informacji, zobacz przestarzałe typy w Windows Workflow Foundation 4,5.

Właściwości

CorrelationToken

Pobiera bieżący CorrelationToken .

IsInitializing

Pobiera wartość, która wskazuje, czy Initialize(Activity, ICollection<CorrelationProperty>) metoda została wykonana.

Metody

Equals(Object)

Określa, czy dany obiekt jest taki sam, jak bieżący obiekt.

(Odziedziczone po Object)
GetHashCode()

Służy jako domyślna funkcja skrótu.

(Odziedziczone po Object)
GetType()

Type Pobiera wartość bieżącego wystąpienia.

(Odziedziczone po Object)
MemberwiseClone()

Tworzy płytkią kopię bieżącego Objectelementu .

(Odziedziczone po Object)
ToString()

Zwraca ciąg reprezentujący bieżący obiekt.

(Odziedziczone po Object)

Dotyczy