AttributeParameterData Classe

Definição

Especifica os dados de parâmetro de atributo.Specifies attribute parameter data.

public ref class AttributeParameterData sealed
public sealed class AttributeParameterData
type AttributeParameterData = class
Public NotInheritable Class AttributeParameterData
Herança
AttributeParameterData

Construtores

AttributeParameterData(XamlType, IEnumerable<AttributeParameterData>)

Inicializa uma nova instância da classe AttributeParameterData com o conteúdo da matriz e o tipo especificados.Initializes a new instance of the AttributeParameterData class with specified type and array contents.

AttributeParameterData(XamlType, Object)

Inicializa uma nova instância da classe AttributeParameterData com o valor e o tipo especificados.Initializes a new instance of the AttributeParameterData class with specified type and value.

AttributeParameterData(XamlType, String)

Inicializa uma nova instância da classe AttributeParameterData com o valor de texto e o tipo especificados.Initializes a new instance of the AttributeParameterData class with specified type and text value.

Propriedades

ArrayContents

Obtém o conteúdo da matriz dos dados do parâmetro de atributo.Gets the array contents of the attribute parameter data.

TextValue

Obtém ou define o valor de texto dos dados do parâmetro de atributo.Gets or sets the text value of the attribute parameter data.

Type

Obtém ou define o tipo XAML dos dados de parâmetro de atributo.Gets or sets the XAML type of the attribute parameter data.

Value

Obtém ou define o valor dos dados do parâmetro de atributo.Gets or sets the value of the attribute parameter data.

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)

Aplica-se a