DispatcherTimer.Tag 屬性

定義

取得或設定使用者定義的資料物件。

public:
 property System::Object ^ Tag { System::Object ^ get(); void set(System::Object ^ value); };
public object Tag { get; set; }
member this.Tag : obj with get, set
Public Property Tag As Object

屬性值

Object

使用者定義的資料。 預設為 null

適用於