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です。

適用対象