XmlSchemaAttribute.DefaultValue 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定屬性的預設值。
public:
property System::String ^ DefaultValue { System::String ^ get(); void set(System::String ^ value); };
public string? DefaultValue { get; set; }
public string DefaultValue { get; set; }
member this.DefaultValue : string with get, set
Public Property DefaultValue As String
屬性值
屬性的預設值。 預設值為 Null 參考。 選擇性。
備註
DefaultValue
屬性工作表示屬性會在 XML 檔中無條件地顯示,每當屬性不存在時,就會使用提供的 值。 根據預設,此屬性會設定為 null,表示未提供屬性的預設值。 fixed
和 default
屬性互斥。
選擇性。
預設值是 null。