共用方式為


XmlSchemaElement.FixedValue 屬性

定義

取得或設定固定值。

public:
 property System::String ^ FixedValue { System::String ^ get(); void set(System::String ^ value); };
public string? FixedValue { get; set; }
public string FixedValue { get; set; }
member this.FixedValue : string with get, set
Public Property FixedValue As String

屬性值

String

預先決定且不能變更的固定值。 預設值為 Null 參考。 選擇性。

備註

內容應該是簡單類型或 textOnlyfixeddefault 屬性互為獨佔模式。

適用於