AttributeTable.ContainsAttributes(Type) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.