ViewStateManager Classe
Definição
Essa classe é usada para manter ViewStateData para todas as atividades no fluxo de trabalho como uma propriedade anexada na raiz do documento XAML.This class is used to hold ViewStateData for all activities in the workflow as an attached property on the root of the XAML document.
public ref class ViewStateManager sealed
[System.Windows.Markup.ContentProperty("ViewStateData")]
public sealed class ViewStateManager
[<System.Windows.Markup.ContentProperty("ViewStateData")>]
type ViewStateManager = class
Public NotInheritable Class ViewStateManager
- Herança
-
ViewStateManager
- Atributos
Construtores
| ViewStateManager() |
Inicializa uma nova instância da classe ViewStateManager.Initializes a new instance of the ViewStateManager class. |
Propriedades
| ViewStateData |
Obtém uma coleção de ViewStateData para todas as atividades no fluxo de trabalho como uma propriedade anexada na raiz do documento XAML.Gets a collection of ViewStateData for all activities in the workflow as an attached property on the root of the XAML document. |
Métodos
| 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) |