DeclarationListItem Type
Represents a declaration in F# source code, with information attached ready for display by an editor. Returned by GetDeclarations.
Instance members
Instance member |
Description
|
|
Get the accessibility of the item
|
|
Get the description
|
Full Usage:
this.FullName
Returns: string
|
|
|
Get the glyph to use
|
Full Usage:
this.IsOwnMember
Returns: bool
|
|
Full Usage:
this.IsResolved
Returns: bool
|
|
|
Get the completion kind of the item
|
Full Usage:
this.MinorPriority
Returns: int
|
|
Full Usage:
this.NameInCode
Returns: string
|
Get the text for the declaration as it's to be inserted into source code. This is a display name with backticks if necessary.
|
Full Usage:
this.NameInList
Returns: string
|
Get the text to display in the declaration list for the declaration. This is a display name without backticks.
|
Full Usage:
this.NamespaceToOpen
Returns: string option
|
|