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
Samarbeid med oss på GitHub
Du finner kilden for dette innholdet på GitHub. Der du også kan opprette og se gjennom problemer og pull-forespørsler. Hvis du vil ha mer informasjon, kan du se vår bidragsyterveiledning.