Header menu logo F# Compiler Guide

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

this.Accessibility

Full Usage: this.Accessibility

Returns: FSharpAccessibility

Get the accessibility of the item

Returns: FSharpAccessibility

this.Description

Full Usage: this.Description

Returns: ToolTipText

Get the description

Returns: ToolTipText

this.FullName

Full Usage: this.FullName

Returns: string
Returns: string

this.Glyph

Full Usage: this.Glyph

Returns: FSharpGlyph

Get the glyph to use

Returns: FSharpGlyph

this.IsOwnMember

Full Usage: this.IsOwnMember

Returns: bool
Returns: bool

this.IsResolved

Full Usage: this.IsResolved

Returns: bool
Returns: bool

this.Kind

Full Usage: this.Kind

Returns: CompletionItemKind

Get the completion kind of the item

Returns: CompletionItemKind

this.MinorPriority

Full Usage: this.MinorPriority

Returns: int
Returns: int

this.NameInCode

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.

Returns: string

this.NameInList

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.

Returns: string

this.NamespaceToOpen

Full Usage: this.NamespaceToOpen

Returns: string option
Returns: string option

Type something to start searching.