Condividi tramite


SyntaxEditor Costruttori

Definizione

Overload

SyntaxEditor(SyntaxNode, HostWorkspaceServices)

Crea una nuova istanza di SyntaxEditor.

SyntaxEditor(SyntaxNode, SolutionServices)

Crea una nuova istanza di SyntaxEditor.

SyntaxEditor(SyntaxNode, Workspace)
Obsoleti.

Crea una nuova istanza di SyntaxEditor.

SyntaxEditor(SyntaxNode, HostWorkspaceServices)

Origine:
SyntaxEditor.cs
Origine:
SyntaxEditor.cs
Origine:
SyntaxEditor.cs
Origine:
SyntaxEditor.cs
Origine:
SyntaxEditor.cs
Origine:
SyntaxEditor.cs
Origine:
SyntaxEditor.cs
Origine:
SyntaxEditor.cs
Origine:
SyntaxEditor.cs

Crea una nuova istanza di SyntaxEditor.

public SyntaxEditor (Microsoft.CodeAnalysis.SyntaxNode root, Microsoft.CodeAnalysis.Host.HostWorkspaceServices services);
new Microsoft.CodeAnalysis.Editing.SyntaxEditor : Microsoft.CodeAnalysis.SyntaxNode * Microsoft.CodeAnalysis.Host.HostWorkspaceServices -> Microsoft.CodeAnalysis.Editing.SyntaxEditor
Public Sub New (root As SyntaxNode, services As HostWorkspaceServices)

Parametri

root
SyntaxNode

Si applica a

SyntaxEditor(SyntaxNode, SolutionServices)

Origine:
SyntaxEditor.cs
Origine:
SyntaxEditor.cs
Origine:
SyntaxEditor.cs
Origine:
SyntaxEditor.cs
Origine:
SyntaxEditor.cs
Origine:
SyntaxEditor.cs
Origine:
SyntaxEditor.cs

Crea una nuova istanza di SyntaxEditor.

public SyntaxEditor (Microsoft.CodeAnalysis.SyntaxNode root, Microsoft.CodeAnalysis.Host.SolutionServices services);
new Microsoft.CodeAnalysis.Editing.SyntaxEditor : Microsoft.CodeAnalysis.SyntaxNode * Microsoft.CodeAnalysis.Host.SolutionServices -> Microsoft.CodeAnalysis.Editing.SyntaxEditor
Public Sub New (root As SyntaxNode, services As SolutionServices)

Parametri

root
SyntaxNode
services
SolutionServices

Si applica a

SyntaxEditor(SyntaxNode, Workspace)

Origine:
SyntaxEditor.cs
Origine:
SyntaxEditor.cs
Origine:
SyntaxEditor.cs
Origine:
SyntaxEditor.cs
Origine:
SyntaxEditor.cs
Origine:
SyntaxEditor.cs
Origine:
SyntaxEditor.cs
Origine:
SyntaxEditor.cs
Origine:
SyntaxEditor.cs
Origine:
SyntaxEditor.cs
Origine:
SyntaxEditor.cs
Origine:
SyntaxEditor.cs
Origine:
SyntaxEditor.cs
Origine:
SyntaxEditor.cs
Origine:
SyntaxEditor.cs
Origine:
SyntaxEditor.cs
Origine:
SyntaxEditor.cs
Origine:
SyntaxEditor.cs
Origine:
SyntaxEditor.cs
Origine:
SyntaxEditor.cs
Origine:
SyntaxEditor.cs
Origine:
SyntaxEditor.cs
Origine:
SyntaxEditor.cs
Origine:
SyntaxEditor.cs

Attenzione

Use SyntaxEditor(SyntaxNode, HostWorkspaceServices)

Crea una nuova istanza di SyntaxEditor.

public:
 SyntaxEditor(Microsoft::CodeAnalysis::SyntaxNode ^ root, Microsoft::CodeAnalysis::Workspace ^ workspace);
public SyntaxEditor (Microsoft.CodeAnalysis.SyntaxNode root, Microsoft.CodeAnalysis.Workspace workspace);
[System.Obsolete("Use SyntaxEditor(SyntaxNode, HostWorkspaceServices)")]
public SyntaxEditor (Microsoft.CodeAnalysis.SyntaxNode root, Microsoft.CodeAnalysis.Workspace workspace);
new Microsoft.CodeAnalysis.Editing.SyntaxEditor : Microsoft.CodeAnalysis.SyntaxNode * Microsoft.CodeAnalysis.Workspace -> Microsoft.CodeAnalysis.Editing.SyntaxEditor
[<System.Obsolete("Use SyntaxEditor(SyntaxNode, HostWorkspaceServices)")>]
new Microsoft.CodeAnalysis.Editing.SyntaxEditor : Microsoft.CodeAnalysis.SyntaxNode * Microsoft.CodeAnalysis.Workspace -> Microsoft.CodeAnalysis.Editing.SyntaxEditor
Public Sub New (root As SyntaxNode, workspace As Workspace)

Parametri

root
SyntaxNode
workspace
Workspace
Attributi

Si applica a