SettingsDescriptionAttribute(String) 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化 SettingsDescriptionAttribute 類別的執行個體。
public:
SettingsDescriptionAttribute(System::String ^ description);
public SettingsDescriptionAttribute (string description);
new System.Configuration.SettingsDescriptionAttribute : string -> System.Configuration.SettingsDescriptionAttribute
Public Sub New (description As String)
參數
備註
雖然描述具有類別的 String 理論上最大長度,其長度是由 Int32表示,但下列兩個實際考慮會限制 參數的大小 description
:
大型文字描述很難在使用者介面中顯示 (UI) ,而且使用者難以閱讀。
設定提供者可能會強制執行整體使用量配額,而且需要強制執行使用者設定配額。