Compartilhar via


AttributeTable.ContainsAttributes(Type) Método

Definição

Determina se esta tabela contém metadados para o tipo fornecido.

public:
 bool ContainsAttributes(Type ^ type);
public bool ContainsAttributes (Type type);
member this.ContainsAttributes : Type -> bool
Public Function ContainsAttributes (type As Type) As Boolean

Parâmetros

type
Type

O tipo a verificar quanto a metadados.

Retornos

true se a tabela contiver metadados para o tipo no nível de classe ou metadados associados a um DependencyProperty ou MemberDescriptor; caso contrário, false.

Exceções

type é null.

Aplica-se a