Project.GetDependentSemanticVersionAsync(CancellationToken) 方法

定义

此项目的语义版本,包括引用项目的语义。 每当此项目的易耗型声明和/或项目依赖于更改时,此版本将发生更改。

public System.Threading.Tasks.Task<Microsoft.CodeAnalysis.VersionStamp> GetDependentSemanticVersionAsync (System.Threading.CancellationToken cancellationToken = default);
member this.GetDependentSemanticVersionAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.CodeAnalysis.VersionStamp>
Public Function GetDependentSemanticVersionAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of VersionStamp)

参数

cancellationToken
CancellationToken

返回

适用于