StructuredFormatDisplayAttribute Type
This attribute is used to mark how a type is displayed by default when using
'%A' printf formatting patterns and other two-dimensional text-based display layouts.
In this version of F# valid values are of the form PreText {PropertyName1} PostText {PropertyName2} ... {PropertyNameX} PostText
.
The property names indicate properties to evaluate and to display instead of the object itself.
Constructors
Constructor |
Description
|
Full Usage:
StructuredFormatDisplayAttribute(value)
Parameters:
string
-
Indicates the text to display when using the '%A' printf formatting.
Returns: StructuredFormatDisplayAttribute
StructuredFormatDisplayAttribute
|
Creates an instance of the attribute
|
Instance members
Instance member |
Description
|
|
Indicates the text to display by default when objects of this type are displayed using '%A' printf formatting patterns and other two-dimensional text-based display layouts.
|