ActivityTemplateFactory<T> Classe

Definição

Representa uma classe que é a representação de XAML para um IActivityTemplateFactory.Represents a class that is the XAML representation for an IActivityTemplateFactory.

generic <typename T>
 where T : classpublic ref class ActivityTemplateFactory abstract : System::Activities::Presentation::IActivityTemplateFactory<T>
[System.Windows.Markup.ContentProperty("Implementation")]
public abstract class ActivityTemplateFactory<T> : System.Activities.Presentation.IActivityTemplateFactory<T> where T : class
[<System.Windows.Markup.ContentProperty("Implementation")>]
type ActivityTemplateFactory<'T (requires 'T : null)> = class
    interface IActivityTemplateFactory<'T (requires 'T : null)>
Public MustInherit Class ActivityTemplateFactory(Of T)
Implements IActivityTemplateFactory(Of T)

Parâmetros de tipo

T

O tipo criado por essa fábrica.The type this factory created.

Herança
ActivityTemplateFactory<T>
Atributos
Implementações

Construtores

ActivityTemplateFactory<T>()

Inicializa uma nova instância da classe ActivityTemplateFactory<T>.Initializes a new instance of the ActivityTemplateFactory<T> class.

Propriedades

Implementation

Obtém ou define o método de fábrica que cria uma atividade como a implementação.Gets or sets the factory method that creates an activity as the implementation.

Métodos

Create(DependencyObject, IDataObject)

Cria uma atividade chamando a implementação.Creates an activity by calling Implementation.

Equals(Object)

Determina se o objeto especificado é igual ao objeto atual.Determines whether the specified object is equal to the current object.

(Herdado de Object)
GetHashCode()

Serve como a função de hash padrão.Serves as the default hash function.

(Herdado de Object)
GetType()

Obtém o Type da instância atual.Gets the Type of the current instance.

(Herdado de Object)
MemberwiseClone()

Cria uma cópia superficial do Object atual.Creates a shallow copy of the current Object.

(Herdado de Object)
ToString()

Retorna uma cadeia de caracteres que representa o objeto atual.Returns a string that represents the current object.

(Herdado de Object)

Aplica-se a