DeploymentTraceEventArgs.EventData 屬性

定義

取得與目前事件自變數相關聯的數據字典。

public:
 property System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^ EventData { System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^ get(); };
public System.Collections.Generic.IDictionary<string,object> EventData { get; }
member this.EventData : System.Collections.Generic.IDictionary<string, obj>
Public ReadOnly Property EventData As IDictionary(Of String, Object)

屬性值

IDictionary<string, object>介面,用來存取目前事件自變數中的數據。

適用於