WorkflowFileItem Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a ContextItem 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 null
, for instance if a WorkflowDesigner operates directly on an object instance and does not serialize into a file-based format.
public ref class WorkflowFileItem : System::Activities::Presentation::ContextItem
public class WorkflowFileItem : System.Activities.Presentation.ContextItem
type WorkflowFileItem = class
inherit ContextItem
Public Class WorkflowFileItem
Inherits ContextItem
- Inheritance
Constructors
WorkflowFileItem() |
Initializes a new instance of the WorkflowFileItem class. |
Properties
ItemType |
Returns the item type for this file item. |
LoadedFile |
Returns the name of the file that is being loaded. |
Methods
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode() |
Serves as the default hash function. (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(EditingContext, ContextItem) |
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) |