共用方式為


Core.DefaultValueAttribute 類別 (F#)

將這個屬性加入至欄位宣告即表示該欄位未初始化。 在型別檢查期間,會以判斷提示的方式宣告條件約束,表示欄位型別支援 null。 如果 Check 值為 false,則不會以判斷提示的方式宣告條件約束。

命名空間/模組路徑:Microsoft.FSharp.Core

組件:FSharp.Core (在 FSharp.Core.dll 中)

[<AttributeUsage(AttributeTargets.Field, AllowMultiple = false)>]
[<Sealed>]
type DefaultValueAttribute =
 class
  new DefaultValueAttribute : bool -> DefaultValueAttribute
  new DefaultValueAttribute : unit -> DefaultValueAttribute
  member this.Check :  bool
 end

備註

這個屬性在明確欄位的目的是要在類別和結構。 資料列不應該使用它。 如需詳細資訊,請參閱 資料錄 (F#)明確欄位:val 關鍵字 (F#)

.NET Framework命名空間 System.ComponentModel 定義具有相同名稱的屬性: DefaultValueAttribute。 因此,如果在相同伺服器上,開啟 System.ComponentModel 命名空間,您必須完全限定F#屬性。

您也可以使用名稱的簡短形式 DefaultValue

建構函式

成員

描述

new

建立屬性的執行個體

執行個體成員

成員

描述

Check

表示是否以判斷提示的方式宣告條件約束,表示欄位型別支援 'null'。

平台

Windows 8 中, Windows 7, Windows Server 2012 上, Windows Server 2008 R2

版本資訊

F# 核心程式庫版本

支援版本:2.0, 4.0,可攜式執行檔 (PE)。

請參閱

參考

Microsoft.FSharp.Core 命名空間 (F#)