Partilhar via


SyntaxEditor.RemoveNode Método

Definição

Sobrecargas

RemoveNode(SyntaxNode)

Remova o nó da árvore.

RemoveNode(SyntaxNode, SyntaxRemoveOptions)

Remova o nó da árvore.

RemoveNode(SyntaxNode)

Origem:
SyntaxEditor.cs
Origem:
SyntaxEditor.cs
Origem:
SyntaxEditor.cs
Origem:
SyntaxEditor.cs
Origem:
SyntaxEditor.cs
Origem:
SyntaxEditor.cs
Origem:
SyntaxEditor.cs
Origem:
SyntaxEditor.cs
Origem:
SyntaxEditor.cs
Origem:
SyntaxEditor.cs
Origem:
SyntaxEditor.cs
Origem:
SyntaxEditor.cs
Origem:
SyntaxEditor.cs
Origem:
SyntaxEditor.cs
Origem:
SyntaxEditor.cs
Origem:
SyntaxEditor.cs
Origem:
SyntaxEditor.cs
Origem:
SyntaxEditor.cs
Origem:
SyntaxEditor.cs
Origem:
SyntaxEditor.cs
Origem:
SyntaxEditor.cs
Origem:
SyntaxEditor.cs
Origem:
SyntaxEditor.cs
Origem:
SyntaxEditor.cs

Remova o nó da árvore.

public:
 void RemoveNode(Microsoft::CodeAnalysis::SyntaxNode ^ node);
public void RemoveNode (Microsoft.CodeAnalysis.SyntaxNode node);
member this.RemoveNode : Microsoft.CodeAnalysis.SyntaxNode -> unit
Public Sub RemoveNode (node As SyntaxNode)

Parâmetros

node
SyntaxNode

O nó a ser removido que existe atualmente como parte da árvore.

Aplica-se a

RemoveNode(SyntaxNode, SyntaxRemoveOptions)

Origem:
SyntaxEditor.cs
Origem:
SyntaxEditor.cs
Origem:
SyntaxEditor.cs
Origem:
SyntaxEditor.cs
Origem:
SyntaxEditor.cs
Origem:
SyntaxEditor.cs
Origem:
SyntaxEditor.cs
Origem:
SyntaxEditor.cs
Origem:
SyntaxEditor.cs
Origem:
SyntaxEditor.cs
Origem:
SyntaxEditor.cs
Origem:
SyntaxEditor.cs
Origem:
SyntaxEditor.cs
Origem:
SyntaxEditor.cs
Origem:
SyntaxEditor.cs
Origem:
SyntaxEditor.cs
Origem:
SyntaxEditor.cs
Origem:
SyntaxEditor.cs
Origem:
SyntaxEditor.cs
Origem:
SyntaxEditor.cs
Origem:
SyntaxEditor.cs
Origem:
SyntaxEditor.cs
Origem:
SyntaxEditor.cs
Origem:
SyntaxEditor.cs

Remova o nó da árvore.

public:
 void RemoveNode(Microsoft::CodeAnalysis::SyntaxNode ^ node, Microsoft::CodeAnalysis::SyntaxRemoveOptions options);
public void RemoveNode (Microsoft.CodeAnalysis.SyntaxNode node, Microsoft.CodeAnalysis.SyntaxRemoveOptions options);
member this.RemoveNode : Microsoft.CodeAnalysis.SyntaxNode * Microsoft.CodeAnalysis.SyntaxRemoveOptions -> unit
Public Sub RemoveNode (node As SyntaxNode, options As SyntaxRemoveOptions)

Parâmetros

node
SyntaxNode

O nó a ser removido que existe atualmente como parte da árvore.

options
SyntaxRemoveOptions

Opções que afetam como a remoção de nó funciona.

Aplica-se a