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

C# | Visual Basic | Managed C++ |
public PrintableAttribute ( PrintingStyle style, SelectionOption selectionOption )
Public Sub New ( _ style As PrintingStyle, _ selectionOption As SelectionOption _ )
public: PrintableAttribute ( PrintingStyle style, SelectionOption selectionOption )

- style (PrintingStyle)
- The printing style to use.
- selectionOption (SelectionOption)
- The member selection scheme to use.