Project.GetDocument Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
GetDocument(DocumentId) |
Rufen Sie das Dokument in diesem Projekt mit der angegebenen Dokument-ID ab. |
GetDocument(SyntaxTree) |
Rufen Sie das Dokument in diesem Projekt mit der angegebenen Syntaxstruktur ab. |
GetDocument(DocumentId)
- Quelle:
- Project.cs
- Quelle:
- Project.cs
- Quelle:
- Project.cs
- Quelle:
- Project.cs
- Quelle:
- Project.cs
- Quelle:
- Project.cs
- Quelle:
- Project.cs
- Quelle:
- Project.cs
- Quelle:
- Project.cs
- Quelle:
- Project.cs
- Quelle:
- Project.cs
- Quelle:
- Project.cs
- Quelle:
- Project.cs
- Quelle:
- Project.cs
- Quelle:
- Project.cs
- Quelle:
- Project.cs
- Quelle:
- Project.cs
- Quelle:
- Project.cs
- Quelle:
- Project.cs
- Quelle:
- Project.cs
- Quelle:
- Project.cs
- Quelle:
- Project.cs
- Quelle:
- Project.cs
- Quelle:
- Project.cs
Rufen Sie das Dokument in diesem Projekt mit der angegebenen Dokument-ID ab.
public:
Microsoft::CodeAnalysis::Document ^ GetDocument(Microsoft::CodeAnalysis::DocumentId ^ documentId);
public Microsoft.CodeAnalysis.Document GetDocument (Microsoft.CodeAnalysis.DocumentId documentId);
public Microsoft.CodeAnalysis.Document? GetDocument (Microsoft.CodeAnalysis.DocumentId documentId);
member this.GetDocument : Microsoft.CodeAnalysis.DocumentId -> Microsoft.CodeAnalysis.Document
Public Function GetDocument (documentId As DocumentId) As Document
Parameter
- documentId
- DocumentId
Gibt zurück
Gilt für:
GetDocument(SyntaxTree)
- Quelle:
- Project.cs
- Quelle:
- Project.cs
- Quelle:
- Project.cs
- Quelle:
- Project.cs
- Quelle:
- Project.cs
- Quelle:
- Project.cs
- Quelle:
- Project.cs
- Quelle:
- Project.cs
- Quelle:
- Project.cs
- Quelle:
- Project.cs
- Quelle:
- Project.cs
- Quelle:
- Project.cs
- Quelle:
- Project.cs
- Quelle:
- Project.cs
- Quelle:
- Project.cs
- Quelle:
- Project.cs
- Quelle:
- Project.cs
- Quelle:
- Project.cs
- Quelle:
- Project.cs
- Quelle:
- Project.cs
- Quelle:
- Project.cs
- Quelle:
- Project.cs
- Quelle:
- Project.cs
- Quelle:
- Project.cs
Rufen Sie das Dokument in diesem Projekt mit der angegebenen Syntaxstruktur ab.
public:
Microsoft::CodeAnalysis::Document ^ GetDocument(Microsoft::CodeAnalysis::SyntaxTree ^ syntaxTree);
public Microsoft.CodeAnalysis.Document GetDocument (Microsoft.CodeAnalysis.SyntaxTree syntaxTree);
public Microsoft.CodeAnalysis.Document? GetDocument (Microsoft.CodeAnalysis.SyntaxTree? syntaxTree);
member this.GetDocument : Microsoft.CodeAnalysis.SyntaxTree -> Microsoft.CodeAnalysis.Document
Public Function GetDocument (syntaxTree As SyntaxTree) As Document
Parameter
- syntaxTree
- SyntaxTree