ToolTipElement Type
A single tool tip display element
Union cases
Union case |
Description
|
Full Usage:
CompositionError errorText
Parameters:
string
|
An error occurred formatting this element
|
|
A single type, method, etc with comment. May represent a method overload group.
|
Full Usage:
None
|
|
Instance members
Instance member |
Description
|
Full Usage:
this.IsCompositionError
Returns: bool
|
|
Full Usage:
this.IsGroup
Returns: bool
|
|
Full Usage:
this.IsNone
Returns: bool
|
|
Static members
Static member |
Description
|
Full Usage:
ToolTipElement.Single(layout, xml, ?typeMapping, ?paramName, ?remarks, ?symbol)
Parameters:
TaggedText[]
xml : FSharpXmlDoc
?typeMapping : TaggedText[] list
?paramName : string
?remarks : TaggedText[]
?symbol : FSharpSymbol
Returns: ToolTipElement
|
|