VersionControlLabelExt 類別
繼承階層架構
System.Object
Microsoft.VisualStudio.TeamFoundation.VersionControl.VersionControlBaseExt
Microsoft.VisualStudio.TeamFoundation.VersionControl.VersionControlLabelExt
命名空間: Microsoft.VisualStudio.TeamFoundation.VersionControl
組件: Microsoft.VisualStudio.TeamFoundation.VersionControl (在 Microsoft.VisualStudio.TeamFoundation.VersionControl.dll 中)
語法
'宣告
Public NotInheritable Class VersionControlLabelExt _
Inherits VersionControlBaseExt
public sealed class VersionControlLabelExt : VersionControlBaseExt
VersionControlLabelExt 類型會公開下列成員。
屬性
名稱 | 描述 | |
---|---|---|
ActiveWindow | 取得最近使用的標記文件視窗。如果沒有使用中的視窗,則會傳回 null。 | |
WindowList | 傳回物件的陣列表示標籤文件視窗中的每個。 |
回頁首
方法
名稱 | 描述 | |
---|---|---|
Equals | 判斷指定的物件是否等於目前物件。 (繼承自 Object)。 | |
GetHashCode | 做為預設雜湊函式。 (繼承自 Object)。 | |
GetType | 取得目前執行個體的 Type。 (繼承自 Object)。 | |
OpenLabel(String) | 開啟新的標籤文件視窗將表單「vstfs://VersionControl/Label/ 的標籤 URI #」,其中 # LabelId。 | |
OpenLabel(String, String, String) | 開啟新的標籤文件視窗將標籤名稱、範圍和擁有者。 這個方法可能會擲回 LabelNotFoundException 或 LabelNotUniqueException,等等。 | |
ToString | 傳回表示目前物件的字串。 (繼承自 Object)。 |
回頁首
事件
名稱 | 描述 | |
---|---|---|
SelectionChanged | 表示選取範圍在版本控制視窗變更時,會引發此事件。 (繼承自 VersionControlBaseExt)。 | |
WindowChanged | 引發事件,當標記文件視窗完成載入它的內容。 | |
WindowClosing | 引發事件,當標記文件視窗建立。 | |
WindowCreated | 引發事件,當標記文件視窗建立。標籤不會有其填入的中繼資料。因此,知道名稱,擁有者,依此類推將是不可能的標籤。更常見的接聽 LabelMetadataAvailable 事件而不是這個。 |
回頁首
執行緒安全
這個類型的任何 Public static (在 Visual Basic 中為 Shared) 成員都是安全執行緒。不保證任何執行個體成員是安全執行緒。