語言

Package.SpecificationVersion 屬性

定義

回傳該套件實作的規範版本號。

public virtual string? SpecificationVersion { [Android.Runtime.Register("getSpecificationVersion", "()Ljava/lang/String;", "GetGetSpecificationVersionHandler")] get; }
[<get: Android.Runtime.Register("getSpecificationVersion", "()Ljava/lang/String;", "GetGetSpecificationVersionHandler")>]
member this.SpecificationVersion : string

屬性值

若規格版本 null 未知,則回傳該版本。

屬性

備註

回傳該套件實作的規範版本號。 此版本字串必須是一串非負十進位整數,中間以「.」分隔。和可能有前導零。 當比較版本字串時,會比較最顯著的數字。

java.lang.Package.getSpecificationVersion()Java 檔。

本頁部分內容為基於 Open Source Project 所創建與分享的作品,並依授權條款所描述的使用進行修改。

適用於