DefaultSettingValueAttribute(String) 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化 DefaultSettingValueAttribute 類別的執行個體。
public:
DefaultSettingValueAttribute(System::String ^ value);
public DefaultSettingValueAttribute (string value);
new System.Configuration.DefaultSettingValueAttribute : string -> System.Configuration.DefaultSettingValueAttribute
Public Sub New (value As String)
參數
備註
提供的字串必須是與屬性類型相關聯之可用串行化機制相容的值。 例如,如果 屬性的類型為 Color,則 value
的 "Azure"
會有效。
警告
此屬性所指定的預設值會儲存為純文字,並儲存在結果編譯 .exe 或 .dll 檔案中。 因此,這些預設值原本就不安全。