TimersDescriptionAttribute(String) 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化 TimersDescriptionAttribute 類別的新執行個體。
public:
TimersDescriptionAttribute(System::String ^ description);
public TimersDescriptionAttribute (string description);
new System.Timers.TimersDescriptionAttribute : string -> System.Timers.TimersDescriptionAttribute
Public Sub New (description As String)
參數
- description
- String
要使用的描述。
備註
如需使用屬性的詳細資訊,請參閱 屬性。