IVersionInfoService.GetVersionInformationAsync(CancellationToken) 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.
Ruft eine ab, die VersionInformation Versionsinformationen über vs enthält.
public System.Threading.Tasks.Task<Microsoft.VisualStudio.RpcContracts.VersionInfoService.VersionInformation> GetVersionInformationAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetVersionInformationAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.VisualStudio.RpcContracts.VersionInfoService.VersionInformation>
Public Function GetVersionInformationAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of VersionInformation)
Parameter
- cancellationToken
- CancellationToken
Ein CancellationToken.
Gibt zurück
Ein, das VersionInformation Versionsinformationen über vs enthält.