Member selection strategy for printing.

C# | Visual Basic | Managed C++ |
public enum SelectionOption
Public Enumeration SelectionOption
public enum class SelectionOption

Member | Description |
---|---|
Implicit |
Display all object members that have not been explicitly marked as non-printable.
|
Explicit |
Display only those object members that have been explicitly marked as printable.
|