AttributeTable.ContainsAttributes(Type) Methode

Definitie

Bepaalt of deze tabel metagegevens voor het opgegeven type bevat.

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

Parameters

type
Type

Het type dat moet worden gecontroleerd op metagegevens.

Retouren

trueals de tabel metagegevens bevat voor het type op klasseniveau of metagegevens die zijn gekoppeld aan een DependencyProperty of MemberDescriptoranderszins. false

Uitzonderingen

type is null.

Van toepassing op