AttributeTable.ContainsAttributes(Type) Method

Definition

Determines whether this table contains metadata for the given type.

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

The type to check for metadata.

Returns

true if the table contains metadata for the type at the class level or metadata associated with a DependencyProperty or MemberDescriptor; otherwise, false.

Exceptions

type is null.

Applies to