Package.SpecificationVersion 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
回傳該套件實作的規範版本號。
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 所創建與分享的作品,並依授權條款所描述的使用進行修改。