次の方法で共有


AttributeTable.ContainsAttributes(Type) メソッド

定義

このテーブルに指定した型のメタデータが含まれているかどうかを調べます。

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

パラメーター

type
Type

メタデータを確認する型。

戻り値

この型のクラス レベルのメタデータ、あるいは true または DependencyProperty に関連付けられたメタデータがテーブルに含まれている場合は MemberDescriptor。それ以外の場合は false

例外

typenullです。

適用対象