Share via


SymbolEditor.Create Method

Definition

Overloads

Create(Document)

Creates a new SymbolEditor instance.

Create(Solution)

Creates a new SymbolEditor instance.

Create(Document)

Source:
SymbolEditor.cs
Source:
SymbolEditor.cs
Source:
SymbolEditor.cs
Source:
SymbolEditor.cs
Source:
SymbolEditor.cs
Source:
SymbolEditor.cs
Source:
SymbolEditor.cs
Source:
SymbolEditor.cs
Source:
SymbolEditor.cs
Source:
SymbolEditor.cs
Source:
SymbolEditor.cs
Source:
SymbolEditor.cs
Source:
SymbolEditor.cs
Source:
SymbolEditor.cs
Source:
SymbolEditor.cs
Source:
SymbolEditor.cs
Source:
SymbolEditor.cs
Source:
SymbolEditor.cs
Source:
SymbolEditor.cs
Source:
SymbolEditor.cs
Source:
SymbolEditor.cs
Source:
SymbolEditor.cs
Source:
SymbolEditor.cs

Creates a new SymbolEditor instance.

public:
 static Microsoft::CodeAnalysis::Editing::SymbolEditor ^ Create(Microsoft::CodeAnalysis::Document ^ document);
public static Microsoft.CodeAnalysis.Editing.SymbolEditor Create (Microsoft.CodeAnalysis.Document document);
static member Create : Microsoft.CodeAnalysis.Document -> Microsoft.CodeAnalysis.Editing.SymbolEditor
Public Shared Function Create (document As Document) As SymbolEditor

Parameters

document
Document

Returns

Applies to

Create(Solution)

Source:
SymbolEditor.cs
Source:
SymbolEditor.cs
Source:
SymbolEditor.cs
Source:
SymbolEditor.cs
Source:
SymbolEditor.cs
Source:
SymbolEditor.cs
Source:
SymbolEditor.cs
Source:
SymbolEditor.cs
Source:
SymbolEditor.cs
Source:
SymbolEditor.cs
Source:
SymbolEditor.cs
Source:
SymbolEditor.cs
Source:
SymbolEditor.cs
Source:
SymbolEditor.cs
Source:
SymbolEditor.cs
Source:
SymbolEditor.cs
Source:
SymbolEditor.cs
Source:
SymbolEditor.cs
Source:
SymbolEditor.cs
Source:
SymbolEditor.cs
Source:
SymbolEditor.cs
Source:
SymbolEditor.cs
Source:
SymbolEditor.cs

Creates a new SymbolEditor instance.

public:
 static Microsoft::CodeAnalysis::Editing::SymbolEditor ^ Create(Microsoft::CodeAnalysis::Solution ^ solution);
public static Microsoft.CodeAnalysis.Editing.SymbolEditor Create (Microsoft.CodeAnalysis.Solution solution);
static member Create : Microsoft.CodeAnalysis.Solution -> Microsoft.CodeAnalysis.Editing.SymbolEditor
Public Shared Function Create (solution As Solution) As SymbolEditor

Parameters

solution
Solution

Returns

Applies to