Share via


AttributeCallbackBuilder.AddCustomAttributes Method

Include Protected Members
Include Inherited Members

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

Public method

AddCustomAttributes(array<Attribute[])

Adds the contents of the specified attributes to this builder.

Public method

AddCustomAttributes(MemberDescriptor, array<Attribute[])

Adds the contents of the specified attributes to this builder and attaches them to the specified MemberDescriptor.

Public method

AddCustomAttributes(MemberInfo, array<Attribute[])

Adds the contents of the specified attributes to this builder and attaches them to the specified MemberInfo.

Public method

AddCustomAttributes(String, array<Attribute[])

Adds attributes to the member with the specified name.

Public method

AddCustomAttributes(DependencyProperty, array<Attribute[])

Adds the contents of the specified attributes to this builder and attaches them to the specified DependencyProperty.

Top

See Also

Reference

AttributeCallbackBuilder Class

AttributeCallbackBuilder Members

Microsoft.Windows.Design.Metadata Namespace