This documentation is archived and is not being maintained.
WorkflowFileItem Class
Visual Studio 2010
Represents aContextItem that is published in the editing context and that provides information about the file that the current editing session is based on. Note that it is possible that the WorkflowFileItem value is nullptr, for instance if a WorkflowDesigner operates directly on an object instance and does not serialize into a file-based format.
System::Object
System.Activities.Presentation::ContextItem
System.Activities.Presentation::WorkflowFileItem
System.Activities.Presentation::ContextItem
System.Activities.Presentation::WorkflowFileItem
Assembly: System.Activities.Presentation (in System.Activities.Presentation.dll)
The WorkflowFileItem type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | ItemType | Returns the item type for this file item. (Overrides ContextItem::ItemType.) |
![]() | LoadedFile | Returns the name of the file that is being loaded. |
| 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.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | OnItemChanged | Represents a method that is called on the context item before it is stored in the context item manager. The previous item in the context item manager is passed as a parameter. (Inherited from ContextItem.) |
![]() | 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:
