Formatter.GetFormattedTextChanges Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
GetFormattedTextChanges(SyntaxNode, Workspace, OptionSet, CancellationToken) |
Determina as alterações necessárias para formatar o espaço em branco de uma árvore de sintaxe. |
GetFormattedTextChanges(SyntaxNode, TextSpan, Workspace, OptionSet, CancellationToken) |
Determina as alterações necessárias para formatar o espaço em branco de uma árvore de sintaxe. |
GetFormattedTextChanges(SyntaxNode, IEnumerable<TextSpan>, Workspace, OptionSet, CancellationToken) |
Determina as alterações necessárias para formatar o espaço em branco de uma árvore de sintaxe. |
GetFormattedTextChanges(SyntaxNode, Workspace, OptionSet, CancellationToken)
- Origem:
- Formatter.cs
- Origem:
- Formatter.cs
- Origem:
- Formatter.cs
- Origem:
- Formatter.cs
- Origem:
- Formatter.cs
- Origem:
- Formatter.cs
- Origem:
- Formatter.cs
- Origem:
- Formatter.cs
- Origem:
- Formatter.cs
- Origem:
- Formatter.cs
- Origem:
- Formatter.cs
- Origem:
- Formatter.cs
- Origem:
- Formatter.cs
- Origem:
- Formatter.cs
- Origem:
- Formatter.cs
- Origem:
- Formatter.cs
- Origem:
- Formatter.cs
- Origem:
- Formatter.cs
- Origem:
- Formatter.cs
- Origem:
- Formatter.cs
- Origem:
- Formatter.cs
- Origem:
- Formatter.cs
- Origem:
- Formatter.cs
- Origem:
- Formatter.cs
Determina as alterações necessárias para formatar o espaço em branco de uma árvore de sintaxe.
public static System.Collections.Generic.IList<Microsoft.CodeAnalysis.Text.TextChange> GetFormattedTextChanges (Microsoft.CodeAnalysis.SyntaxNode node, Microsoft.CodeAnalysis.Workspace workspace, Microsoft.CodeAnalysis.Options.OptionSet options = default, System.Threading.CancellationToken cancellationToken = default);
public static System.Collections.Generic.IList<Microsoft.CodeAnalysis.Text.TextChange> GetFormattedTextChanges (Microsoft.CodeAnalysis.SyntaxNode node, Microsoft.CodeAnalysis.Workspace workspace, Microsoft.CodeAnalysis.Options.OptionSet? options = default, System.Threading.CancellationToken cancellationToken = default);
static member GetFormattedTextChanges : Microsoft.CodeAnalysis.SyntaxNode * Microsoft.CodeAnalysis.Workspace * Microsoft.CodeAnalysis.Options.OptionSet * System.Threading.CancellationToken -> System.Collections.Generic.IList<Microsoft.CodeAnalysis.Text.TextChange>
Public Shared Function GetFormattedTextChanges (node As SyntaxNode, workspace As Workspace, Optional options As OptionSet = Nothing, Optional cancellationToken As CancellationToken = Nothing) As IList(Of TextChange)
Parâmetros
- node
- SyntaxNode
O nó raiz de uma árvore de sintaxe a ser formatada.
- workspace
- Workspace
Um workspace usado para fornecer o contexto de formatação.
- options
- OptionSet
Um conjunto opcional de opções de formatação. Se essas opções não forem fornecidas, o conjunto atual de opções do workspace será usado.
- cancellationToken
- CancellationToken
Um token de cancelamento opcional.
Retornos
As alterações necessárias para formatar a árvore.
Aplica-se a
GetFormattedTextChanges(SyntaxNode, TextSpan, Workspace, OptionSet, CancellationToken)
- Origem:
- Formatter.cs
- Origem:
- Formatter.cs
- Origem:
- Formatter.cs
- Origem:
- Formatter.cs
- Origem:
- Formatter.cs
- Origem:
- Formatter.cs
- Origem:
- Formatter.cs
- Origem:
- Formatter.cs
- Origem:
- Formatter.cs
- Origem:
- Formatter.cs
- Origem:
- Formatter.cs
- Origem:
- Formatter.cs
- Origem:
- Formatter.cs
- Origem:
- Formatter.cs
- Origem:
- Formatter.cs
- Origem:
- Formatter.cs
- Origem:
- Formatter.cs
- Origem:
- Formatter.cs
- Origem:
- Formatter.cs
- Origem:
- Formatter.cs
- Origem:
- Formatter.cs
- Origem:
- Formatter.cs
- Origem:
- Formatter.cs
- Origem:
- Formatter.cs
Determina as alterações necessárias para formatar o espaço em branco de uma árvore de sintaxe.
public static System.Collections.Generic.IList<Microsoft.CodeAnalysis.Text.TextChange> GetFormattedTextChanges (Microsoft.CodeAnalysis.SyntaxNode node, Microsoft.CodeAnalysis.Text.TextSpan span, Microsoft.CodeAnalysis.Workspace workspace, Microsoft.CodeAnalysis.Options.OptionSet options = default, System.Threading.CancellationToken cancellationToken = default);
public static System.Collections.Generic.IList<Microsoft.CodeAnalysis.Text.TextChange> GetFormattedTextChanges (Microsoft.CodeAnalysis.SyntaxNode node, Microsoft.CodeAnalysis.Text.TextSpan span, Microsoft.CodeAnalysis.Workspace workspace, Microsoft.CodeAnalysis.Options.OptionSet? options = default, System.Threading.CancellationToken cancellationToken = default);
static member GetFormattedTextChanges : Microsoft.CodeAnalysis.SyntaxNode * Microsoft.CodeAnalysis.Text.TextSpan * Microsoft.CodeAnalysis.Workspace * Microsoft.CodeAnalysis.Options.OptionSet * System.Threading.CancellationToken -> System.Collections.Generic.IList<Microsoft.CodeAnalysis.Text.TextChange>
Public Shared Function GetFormattedTextChanges (node As SyntaxNode, span As TextSpan, workspace As Workspace, Optional options As OptionSet = Nothing, Optional cancellationToken As CancellationToken = Nothing) As IList(Of TextChange)
Parâmetros
- node
- SyntaxNode
O nó raiz de uma árvore de sintaxe a ser formatada.
- span
- TextSpan
O intervalo dentro do intervalo completo do nó para formatar.
- workspace
- Workspace
Um workspace usado para fornecer o contexto de formatação.
- options
- OptionSet
Um conjunto opcional de opções de formatação. Se essas opções não forem fornecidas, o conjunto atual de opções do workspace será usado.
- cancellationToken
- CancellationToken
Um token de cancelamento opcional.
Retornos
As alterações necessárias para formatar a árvore.
Aplica-se a
GetFormattedTextChanges(SyntaxNode, IEnumerable<TextSpan>, Workspace, OptionSet, CancellationToken)
- Origem:
- Formatter.cs
- Origem:
- Formatter.cs
- Origem:
- Formatter.cs
- Origem:
- Formatter.cs
- Origem:
- Formatter.cs
- Origem:
- Formatter.cs
- Origem:
- Formatter.cs
- Origem:
- Formatter.cs
- Origem:
- Formatter.cs
- Origem:
- Formatter.cs
- Origem:
- Formatter.cs
- Origem:
- Formatter.cs
- Origem:
- Formatter.cs
- Origem:
- Formatter.cs
- Origem:
- Formatter.cs
- Origem:
- Formatter.cs
- Origem:
- Formatter.cs
- Origem:
- Formatter.cs
- Origem:
- Formatter.cs
- Origem:
- Formatter.cs
- Origem:
- Formatter.cs
- Origem:
- Formatter.cs
- Origem:
- Formatter.cs
- Origem:
- Formatter.cs
Determina as alterações necessárias para formatar o espaço em branco de uma árvore de sintaxe.
public static System.Collections.Generic.IList<Microsoft.CodeAnalysis.Text.TextChange> GetFormattedTextChanges (Microsoft.CodeAnalysis.SyntaxNode node, System.Collections.Generic.IEnumerable<Microsoft.CodeAnalysis.Text.TextSpan> spans, Microsoft.CodeAnalysis.Workspace workspace, Microsoft.CodeAnalysis.Options.OptionSet options = default, System.Threading.CancellationToken cancellationToken = default);
public static System.Collections.Generic.IList<Microsoft.CodeAnalysis.Text.TextChange> GetFormattedTextChanges (Microsoft.CodeAnalysis.SyntaxNode node, System.Collections.Generic.IEnumerable<Microsoft.CodeAnalysis.Text.TextSpan>? spans, Microsoft.CodeAnalysis.Workspace workspace, Microsoft.CodeAnalysis.Options.OptionSet? options = default, System.Threading.CancellationToken cancellationToken = default);
static member GetFormattedTextChanges : Microsoft.CodeAnalysis.SyntaxNode * seq<Microsoft.CodeAnalysis.Text.TextSpan> * Microsoft.CodeAnalysis.Workspace * Microsoft.CodeAnalysis.Options.OptionSet * System.Threading.CancellationToken -> System.Collections.Generic.IList<Microsoft.CodeAnalysis.Text.TextChange>
Public Shared Function GetFormattedTextChanges (node As SyntaxNode, spans As IEnumerable(Of TextSpan), workspace As Workspace, Optional options As OptionSet = Nothing, Optional cancellationToken As CancellationToken = Nothing) As IList(Of TextChange)
Parâmetros
- node
- SyntaxNode
O nó raiz de uma árvore de sintaxe a ser formatada.
- spans
- IEnumerable<TextSpan>
Os intervalos dentro do intervalo completo do nó para formatar.
- workspace
- Workspace
Um workspace usado para fornecer o contexto de formatação.
- options
- OptionSet
Um conjunto opcional de opções de formatação. Se essas opções não forem fornecidas, o conjunto atual de opções do workspace será usado.
- cancellationToken
- CancellationToken
Um token de cancelamento opcional.
Retornos
As alterações necessárias para formatar a árvore.