Partilhar via


Propriedade InteractiveSession.PrintLength (F#)

Obtém ou define o comprimento total de impressão, o número de elementos para exibir ao imprimir os valores da coleção, na sessão interativa.

Caminho do namespace/módulo: Microsoft.FSharp.Compiler.Interactive

Montagem: FSharp.Compiler.Interactive.Settings (em FSharp.Compiler.Interactive.Settings.dll)

// Signatures:
member this.PrintLength :  int
member this.PrintLength : int with set :  int

// Usage:
interactiveSession.PrintLength
interactiveSession.PrintLength <- printLength

Parâmetros

  • printLength
    Tipo: int

    O comprimento de impressão para definir.

Comentários

O valor padrão é 100.

Plataformas

O Windows 7, SP2 do Windows Vista, Windows XP SP3, Windows XP x64 SP2, Windows Server 2008 R2, Windows Server 2008 SP2, Windows Server 2003 SP2

Informações sobre versão

O tempo de execução F#

Tem suporte no: 2.0, 4

Silverlight

Tem suporte no: 3

Consulte também

Referência

Classe Interactive.InteractiveSession (F#)

Namespace Microsoft.FSharp.Compiler.Interactive (F#)