次の方法で共有


SyntaxEditor コンストラクター

定義

オーバーロード

SyntaxEditor(SyntaxNode, HostWorkspaceServices)

新しい SyntaxEditor のインスタンスを作成します。

SyntaxEditor(SyntaxNode, SolutionServices)

新しい SyntaxEditor のインスタンスを作成します。

SyntaxEditor(SyntaxNode, Workspace)
古い.

新しい SyntaxEditor のインスタンスを作成します。

SyntaxEditor(SyntaxNode, HostWorkspaceServices)

ソース:
SyntaxEditor.cs
ソース:
SyntaxEditor.cs
ソース:
SyntaxEditor.cs
ソース:
SyntaxEditor.cs
ソース:
SyntaxEditor.cs
ソース:
SyntaxEditor.cs
ソース:
SyntaxEditor.cs
ソース:
SyntaxEditor.cs
ソース:
SyntaxEditor.cs
ソース:
SyntaxEditor.cs

新しい 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)

パラメーター

root
SyntaxNode

適用対象

SyntaxEditor(SyntaxNode, SolutionServices)

ソース:
SyntaxEditor.cs
ソース:
SyntaxEditor.cs
ソース:
SyntaxEditor.cs
ソース:
SyntaxEditor.cs
ソース:
SyntaxEditor.cs
ソース:
SyntaxEditor.cs
ソース:
SyntaxEditor.cs
ソース:
SyntaxEditor.cs

新しい 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)

パラメーター

root
SyntaxNode
services
SolutionServices

適用対象

SyntaxEditor(SyntaxNode, Workspace)

ソース:
SyntaxEditor.cs
ソース:
SyntaxEditor.cs
ソース:
SyntaxEditor.cs
ソース:
SyntaxEditor.cs
ソース:
SyntaxEditor.cs
ソース:
SyntaxEditor.cs
ソース:
SyntaxEditor.cs
ソース:
SyntaxEditor.cs
ソース:
SyntaxEditor.cs
ソース:
SyntaxEditor.cs
ソース:
SyntaxEditor.cs
ソース:
SyntaxEditor.cs
ソース:
SyntaxEditor.cs
ソース:
SyntaxEditor.cs
ソース:
SyntaxEditor.cs
ソース:
SyntaxEditor.cs
ソース:
SyntaxEditor.cs
ソース:
SyntaxEditor.cs
ソース:
SyntaxEditor.cs
ソース:
SyntaxEditor.cs
ソース:
SyntaxEditor.cs
ソース:
SyntaxEditor.cs
ソース:
SyntaxEditor.cs
ソース:
SyntaxEditor.cs
ソース:
SyntaxEditor.cs

注意事項

Use SyntaxEditor(SyntaxNode, HostWorkspaceServices)

新しい 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)

パラメーター

root
SyntaxNode
workspace
Workspace
属性

適用対象