SettingsDescriptionAttribute(String) 建構函式

定義

初始化 SettingsDescriptionAttribute 類別的執行個體。

public:
 SettingsDescriptionAttribute(System::String ^ description);
public SettingsDescriptionAttribute (string description);
new System.Configuration.SettingsDescriptionAttribute : string -> System.Configuration.SettingsDescriptionAttribute
Public Sub New (description As String)

參數

description
String

String,用來當做描述文字。

備註

雖然描述具有類別的 String 理論上最大長度,其長度是由 Int32表示,但下列兩個實際考慮會限制 參數的大小 description

  • 大型文字描述很難在使用者介面中顯示 (UI) ,而且使用者難以閱讀。

  • 設定提供者可能會強制執行整體使用量配額,而且需要強制執行使用者設定配額。

適用於

另請參閱