This documentation is archived and is not being maintained.
ActivityContext Class
Visual Studio 2010
The base class for context classes that represent the execution environment of an activity.
System::Object
System.Activities::ActivityContext
System.Activities::CodeActivityContext
System.Activities::NativeActivityAbortContext
System.Activities::NativeActivityContext
System.Activities::ActivityContext
System.Activities::CodeActivityContext
System.Activities::NativeActivityAbortContext
System.Activities::NativeActivityContext
Assembly: System.Activities (in System.Activities.dll)
The ActivityContext type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | ActivityInstanceId | Gets the unique identifier of the currently executing activity instance. |
![]() | DataContext | Gets the data context of the currently executing activity. |
![]() | WorkflowInstanceId | Gets the unique indentifier of the currently executing workflow instance. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetExtension<T> | Returns an extension of the specified type. |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetLocation<T> | Returns the typed location for the specified referenced location for the current activity context. |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | GetValue(Argument) | Gets the value of the specified Argument. |
![]() | GetValue(RuntimeArgument) | Gets the value of the specified RuntimeArgument. |
![]() | GetValue<T>(InArgument<T>) | Gets the value of the specified InArgument<T>. |
![]() | GetValue<T>(InOutArgument<T>) | Gets the value of the specified InOutArgument<T>. |
![]() | GetValue<T>(LocationReference) | Gets the value at the specified LocationReference. |
![]() | GetValue<T>(OutArgument<T>) | Gets the value of the specified OutArgument<T>. |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | SetValue(Argument, Object) | Assigns a value to the specified Argument. |
![]() | SetValue<T>(InArgument<T>, T) | Assigns a value to the specified InArgument<T>. |
![]() | SetValue<T>(InOutArgument<T>, T) | Assigns a value to the specified InOutArgument<T>. |
![]() | SetValue<T>(LocationReference, T) | Assigns a value to the specified LocationReference. |
![]() | SetValue<T>(OutArgument<T>, T) | Assigns a value to the specified OutArgument<T>. |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:
