Marks the class or member as printable, with the explicitly specified name and printing style.

C# | Visual Basic | Managed C++ |
public PrintableAttribute ( string name, PrintingStyle style )
Public Sub New ( _ name As String, _ style As PrintingStyle _ )
public: PrintableAttribute ( String^ name, PrintingStyle style )

- name (String)
- The display name.
- style (PrintingStyle)
- The printing style to use.