AttributeTable.ContainsAttributes(Type) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
このテーブルに特定の型のメタデータが含まれているかどうかを判断します。
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。
例外
type は nullです。