EventLogRecord.Task 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得發行事件之應用程式或元件一部分的工作識別項。 工作是已保留 16 個臨界數值的 16 位元值。 這個型別允許介於使用 0x0000 和 0xffef 之間的任何值。 如需工作名稱,請取得 TaskDisplayName 屬性的值。
public:
virtual property Nullable<int> Task { Nullable<int> get(); };
public override int? Task { get; }
member this.Task : Nullable<int>
Public Overrides ReadOnly Property Task As Nullable(Of Integer)
屬性值
傳回整數值。 這個值可以是 Null。
備註
標準事件工作會在 列舉中 StandardEventTask 定義。