SyntaxEditor Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
| SyntaxEditor(SyntaxNode, HostWorkspaceServices) |
Crée une instance SyntaxEditor. |
| SyntaxEditor(SyntaxNode, SolutionServices) |
Crée une instance SyntaxEditor. |
| SyntaxEditor(SyntaxNode, Workspace) |
Obsolète.
Crée une instance SyntaxEditor. |
SyntaxEditor(SyntaxNode, HostWorkspaceServices)
- Source:
- SyntaxEditor.cs
- Source:
- SyntaxEditor.cs
- Source:
- SyntaxEditor.cs
- Source:
- SyntaxEditor.cs
- Source:
- SyntaxEditor.cs
- Source:
- SyntaxEditor.cs
- Source:
- SyntaxEditor.cs
- Source:
- SyntaxEditor.cs
- Source:
- SyntaxEditor.cs
- Source:
- SyntaxEditor.cs
Crée une instance 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)
Paramètres
- root
- SyntaxNode
- services
- HostWorkspaceServices
S’applique à
SyntaxEditor(SyntaxNode, SolutionServices)
- Source:
- SyntaxEditor.cs
- Source:
- SyntaxEditor.cs
- Source:
- SyntaxEditor.cs
- Source:
- SyntaxEditor.cs
- Source:
- SyntaxEditor.cs
- Source:
- SyntaxEditor.cs
- Source:
- SyntaxEditor.cs
- Source:
- SyntaxEditor.cs
Crée une instance 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)
Paramètres
- root
- SyntaxNode
- services
- SolutionServices
S’applique à
SyntaxEditor(SyntaxNode, Workspace)
- Source:
- SyntaxEditor.cs
- Source:
- SyntaxEditor.cs
- Source:
- SyntaxEditor.cs
- Source:
- SyntaxEditor.cs
- Source:
- SyntaxEditor.cs
- Source:
- SyntaxEditor.cs
- Source:
- SyntaxEditor.cs
- Source:
- SyntaxEditor.cs
- Source:
- SyntaxEditor.cs
- Source:
- SyntaxEditor.cs
- Source:
- SyntaxEditor.cs
- Source:
- SyntaxEditor.cs
- Source:
- SyntaxEditor.cs
- Source:
- SyntaxEditor.cs
- Source:
- SyntaxEditor.cs
- Source:
- SyntaxEditor.cs
- Source:
- SyntaxEditor.cs
- Source:
- SyntaxEditor.cs
- Source:
- SyntaxEditor.cs
- Source:
- SyntaxEditor.cs
- Source:
- SyntaxEditor.cs
- Source:
- SyntaxEditor.cs
- Source:
- SyntaxEditor.cs
- Source:
- SyntaxEditor.cs
- Source:
- SyntaxEditor.cs
Attention
Use SyntaxEditor(SyntaxNode, HostWorkspaceServices)
Crée une instance 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)
Paramètres
- root
- SyntaxNode
- workspace
- Workspace
- Attributs