SymbolEditor.Create Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- 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
- 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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.