共用方式為


XmlSchemaAttribute.DefaultValue 屬性

定義

取得或設定屬性的預設值。

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

屬性值

String

屬性的預設值。 預設值為 Null 參考。 選擇性。

備註

DefaultValue 屬性工作表示屬性會在 XML 檔中無條件地顯示,每當屬性不存在時,就會使用提供的 值。 根據預設,此屬性會設定為 null,表示未提供屬性的預設值。 fixeddefault 屬性互斥。

選擇性。

預設值是 null。

適用於