AttributeInfo Classe
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Attenzione
The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*
Classe wrapper che rappresenta gli attributi di un tipo in fase di progettazione. La classe non può essere ereditata.
public ref class AttributeInfo sealed
public sealed class AttributeInfo
[System.Obsolete("The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*")]
public sealed class AttributeInfo
type AttributeInfo = class
[<System.Obsolete("The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*")>]
type AttributeInfo = class
Public NotInheritable Class AttributeInfo
- Ereditarietà
-
AttributeInfo
- Attributi
Commenti
Nota
In questo materiale vengono descritti tipi e spazi dei nomi obsoleti. Per altre informazioni, vedere Deprecated Types in Windows Workflow Foundation 4.5 (Tipi deprecati in Windows Workflow Foundation 4.5).
Questa classe viene utilizzata per rappresentare attributi dei tipi in fase di progettazione (tipi che devono ancora essere compilati). Ciò si verifica solo quando la convalida viene attivata tramite la finestra di progettazione.
Proprietà
ArgumentValues |
Ottiene una raccolta che contiene valori per ognuno degli argomenti associati all'istanza. |
AttributeType |
Ottiene la classe Type di questa istanza. |
Creatable |
Ottiene un valore che indica se l'istanza può essere creata. |
Metodi
CreateAttribute() |
Crea un attributo di tipo Crea un attributo di tipo AttributeInfo. |
Equals(Object) |
Determina se l'oggetto specificato è uguale all'oggetto corrente. (Ereditato da Object) |
GetArgumentValueAs(IServiceProvider, Int32, Type) |
Ottiene l'argomento per questa istanza, in base al tipo e all'indice. |
GetHashCode() |
Funge da funzione hash predefinita. (Ereditato da Object) |
GetType() |
Ottiene l'oggetto Type dell'istanza corrente. (Ereditato da Object) |
MemberwiseClone() |
Crea una copia superficiale dell'oggetto Object corrente. (Ereditato da Object) |
ToString() |
Restituisce una stringa che rappresenta l'oggetto corrente. (Ereditato da Object) |