Solution.GetDocumentId 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
GetDocumentId(SyntaxTree) |
Ruft die documentId in dieser Lösung mit der angegebenen Syntaxstruktur ab. |
GetDocumentId(SyntaxTree, ProjectId) |
Ruft die documentId in dieser Lösung mit der angegebenen Syntaxstruktur ab. |
GetDocumentId(SyntaxTree)
- Quelle:
- Solution.cs
- Quelle:
- Solution.cs
- Quelle:
- Solution.cs
- Quelle:
- Solution.cs
- Quelle:
- Solution.cs
- Quelle:
- Solution.cs
- Quelle:
- Solution.cs
- Quelle:
- Solution.cs
- Quelle:
- Solution.cs
- Quelle:
- Solution.cs
- Quelle:
- Solution.cs
- Quelle:
- Solution.cs
- Quelle:
- Solution.cs
- Quelle:
- Solution.cs
- Quelle:
- Solution.cs
- Quelle:
- Solution.cs
- Quelle:
- Solution.cs
- Quelle:
- Solution.cs
- Quelle:
- Solution.cs
- Quelle:
- Solution.cs
- Quelle:
- Solution.cs
- Quelle:
- Solution.cs
- Quelle:
- Solution.cs
Ruft die documentId in dieser Lösung mit der angegebenen Syntaxstruktur ab.
public:
Microsoft::CodeAnalysis::DocumentId ^ GetDocumentId(Microsoft::CodeAnalysis::SyntaxTree ^ syntaxTree);
public Microsoft.CodeAnalysis.DocumentId GetDocumentId (Microsoft.CodeAnalysis.SyntaxTree syntaxTree);
public Microsoft.CodeAnalysis.DocumentId? GetDocumentId (Microsoft.CodeAnalysis.SyntaxTree? syntaxTree);
member this.GetDocumentId : Microsoft.CodeAnalysis.SyntaxTree -> Microsoft.CodeAnalysis.DocumentId
Public Function GetDocumentId (syntaxTree As SyntaxTree) As DocumentId
Parameter
- syntaxTree
- SyntaxTree
Gibt zurück
Gilt für:
GetDocumentId(SyntaxTree, ProjectId)
- Quelle:
- Solution.cs
- Quelle:
- Solution.cs
- Quelle:
- Solution.cs
- Quelle:
- Solution.cs
- Quelle:
- Solution.cs
- Quelle:
- Solution.cs
- Quelle:
- Solution.cs
- Quelle:
- Solution.cs
- Quelle:
- Solution.cs
- Quelle:
- Solution.cs
- Quelle:
- Solution.cs
- Quelle:
- Solution.cs
- Quelle:
- Solution.cs
- Quelle:
- Solution.cs
- Quelle:
- Solution.cs
- Quelle:
- Solution.cs
- Quelle:
- Solution.cs
- Quelle:
- Solution.cs
- Quelle:
- Solution.cs
- Quelle:
- Solution.cs
- Quelle:
- Solution.cs
- Quelle:
- Solution.cs
- Quelle:
- Solution.cs
Ruft die documentId in dieser Lösung mit der angegebenen Syntaxstruktur ab.
public:
Microsoft::CodeAnalysis::DocumentId ^ GetDocumentId(Microsoft::CodeAnalysis::SyntaxTree ^ syntaxTree, Microsoft::CodeAnalysis::ProjectId ^ projectId);
public Microsoft.CodeAnalysis.DocumentId GetDocumentId (Microsoft.CodeAnalysis.SyntaxTree syntaxTree, Microsoft.CodeAnalysis.ProjectId projectId);
public Microsoft.CodeAnalysis.DocumentId? GetDocumentId (Microsoft.CodeAnalysis.SyntaxTree? syntaxTree, Microsoft.CodeAnalysis.ProjectId? projectId);
member this.GetDocumentId : Microsoft.CodeAnalysis.SyntaxTree * Microsoft.CodeAnalysis.ProjectId -> Microsoft.CodeAnalysis.DocumentId
Public Function GetDocumentId (syntaxTree As SyntaxTree, projectId As ProjectId) As DocumentId
Parameter
- syntaxTree
- SyntaxTree
- projectId
- ProjectId
Gibt zurück
Gilt für:
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.