ActivityTemplateFactory 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 class that is the XAML representation for an IActivityTemplateFactory.
public ref class ActivityTemplateFactory abstract : System::Activities::Presentation::IActivityTemplateFactory
[System.Windows.Markup.ContentProperty("Implementation")]
public abstract class ActivityTemplateFactory : System.Activities.Presentation.IActivityTemplateFactory
[<System.Windows.Markup.ContentProperty("Implementation")>]
type ActivityTemplateFactory = class
interface IActivityTemplateFactory
Public MustInherit Class ActivityTemplateFactory
Implements IActivityTemplateFactory
- Inheritance
-
ActivityTemplateFactory
- Attributes
- Implements
Constructors
ActivityTemplateFactory() |
Initializes a new instance of the ActivityTemplateFactory class. |
Properties
Implementation |
Gets or sets the factory method that creates an activity as the implementation. |
Methods
Create(DependencyObject) |
Creates an activity by calling Implementation. |
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) |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |