Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Include Protected Members
Include Inherited Members
Adds attributes to the table builder.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name
Description
.gif)
AddCustomAttributes(Type, array<Attribute[])
Adds the contents of the provided attributes to the table builder.
.gif)
AddCustomAttributes(Type, MemberDescriptor, array<Attribute[])
Adds the contents of the provided attributes to the table builder and attaches them to the specified MemberDescriptor.
.gif)
AddCustomAttributes(Type, MemberInfo, array<Attribute[])
Adds the contents of the provided attributes to the table builder and attaches them to the specified MemberInfo.
.gif)
AddCustomAttributes(Type, String, array<Attribute[])
Adds attributes to the member with the specified name.
.gif)
AddCustomAttributes(Type, DependencyProperty, array<Attribute[])
Adds the contents of the provided attributes to the table builder and attaches them to the specified DependencyProperty.
Top