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
Samarbejd med os på GitHub
Kilden til dette indhold kan findes på GitHub, hvor du også kan oprette og gennemse problemer og pullanmodninger. Du kan få flere oplysninger i vores vejledning til bidragydere.