Project.GetSourceGeneratedDocumentAsync(DocumentId, CancellationToken) 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.
public System.Threading.Tasks.ValueTask<Microsoft.CodeAnalysis.SourceGeneratedDocument?> GetSourceGeneratedDocumentAsync (Microsoft.CodeAnalysis.DocumentId documentId, System.Threading.CancellationToken cancellationToken = default);
member this.GetSourceGeneratedDocumentAsync : Microsoft.CodeAnalysis.DocumentId * System.Threading.CancellationToken -> System.Threading.Tasks.ValueTask<Microsoft.CodeAnalysis.SourceGeneratedDocument>
Public Function GetSourceGeneratedDocumentAsync (documentId As DocumentId, Optional cancellationToken As CancellationToken = Nothing) As ValueTask(Of SourceGeneratedDocument)
Parameters
- documentId
- DocumentId
- cancellationToken
- CancellationToken
Returns
Applies to
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.