共用方式為


ExpectedProcessTraits.StartedBefore 屬性

目前處理序開始的時間。

命名空間:  Microsoft.VisualStudio.IntelliTrace
組件:  Microsoft.IntelliTrace.11.0.0 (在 Microsoft.IntelliTrace.11.0.0.dll 中)

語法

'宣告
Public Property StartedBefore As Nullable(Of DateTime)
public Nullable<DateTime> StartedBefore { get; private set; }
public:
property Nullable<DateTime> StartedBefore {
    Nullable<DateTime> get ();
    private: void set (Nullable<DateTime> value);
}
member StartedBefore : Nullable<DateTime> with get, private set
function get StartedBefore () : Nullable<DateTime>
private function set StartedBefore (value : Nullable<DateTime>)

屬性值

型別:System.Nullable<DateTime>
傳回 DateTime

.NET Framework 安全性

請參閱

參考

ExpectedProcessTraits 類別

Microsoft.VisualStudio.IntelliTrace 命名空間