ManagementEventArgs.Context 屬性

定義

取得從觸發事件作業回應的作業內容。

public:
 property System::Object ^ Context { System::Object ^ get(); };
public object Context { get; }
member this.Context : obj
Public ReadOnly Property Context As Object

屬性值

作業內容。

備註

屬性值

WMI 內容物件,其中包含觸發事件的作業所提供的內容資訊。

.NET Framework 安全性

完全信任立即呼叫者。 這個成員無法供部分信任的程式碼使用。 如需詳細資訊,請參閱 使用部分信任程式代碼的連結庫

適用於