GettingEventArgs 類別

取得事件的事件引數。

繼承階層架構

System.Object
  System.EventArgs
    Microsoft.TeamFoundation.VersionControl.Client.GettingEventArgs

命名空間:  Microsoft.TeamFoundation.VersionControl.Client
組件:  Microsoft.TeamFoundation.VersionControl.Client (在 Microsoft.TeamFoundation.VersionControl.Client.dll 中)

語法

'宣告
Public Class GettingEventArgs _
    Inherits EventArgs
public class GettingEventArgs : EventArgs

GettingEventArgs 類型會公開下列成員。

屬性

  名稱 描述
公用屬性 Attributes 取得與 GettingEventArgs。
公用屬性 ChangeType 取得這個作業的變更類型。
公用屬性 DeletionId 取得目標項目的刪除 ID 在取得動作的。
公用屬性 DiskUpdateAttempted 取得描述的旗標磁碟更新是否會嘗試 (也就是非預覽作業)。
公用屬性 IsDelete 取得描述的旗標取得作業是否將執行刪除動作。
公用屬性 IsLatest 取得描述的旗標取得作業的目標是否為最新版本的檔案。
公用屬性 ItemId 取得作業的項目 ID。
公用屬性 ItemType 取得作業的項目型別。
公用屬性 OperationId 取得或設定作業識別項相關聯的 GettingEventArgs。
公用屬性 Properties 已過時。取得屬性值的唯讀集合的這個執行個體。
公用屬性 PropertyValues 取得屬性所表示的 GettingEventArgs。
公用屬性 ServerItem 取得操作的伺服器項目。
公用屬性 SourceLocalItem 取得來源項目的區域路徑。
公用屬性 SourceServerItem 操作的來源項目。
公用屬性 Status 取得取得作業的結果。
公用屬性 TargetLocalItem 項目的目標區域路徑。
公用屬性 Total 這是處理作業總數。
公用屬性 Version 取得目標項目上執行取得動作的。
公用屬性 Workspace 取得這個更新的工作區。

回頁首

方法

  名稱 描述
公用方法 Equals 判斷指定的物件是否等於目前物件。 (繼承自 Object)。
受保護的方法 Finalize 允許物件在記憶體回收進行回收之前,嘗試釋放資源並執行其他清除作業。 (繼承自 Object)。
公用方法 GetHashCode 做為預設雜湊函式。 (繼承自 Object)。
公用方法 GetMessage 收到陳述這個事件的訊息。
公用方法 GetType 取得目前執行個體的 Type。 (繼承自 Object)。
受保護的方法 MemberwiseClone 建立目前 Object 的淺層複本 (Shallow Copy)。 (繼承自 Object)。
公用方法 ToString 傳回表示目前物件的字串。 (繼承自 Object)。

回頁首

執行緒安全

這個類型的任何 Public static (在 Visual Basic 中為 Shared) 成員都是安全執行緒。不保證任何執行個體成員是安全執行緒。

請參閱

參考

Microsoft.TeamFoundation.VersionControl.Client 命名空間