共用方式為


ISessionBookmark 介面

表示工作階段書籤的介面。

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

語法

'宣告
Public Interface ISessionBookmark _
    Inherits ISessionNote, INotifyPropertyChanged
public interface ISessionBookmark : ISessionNote, 
    INotifyPropertyChanged
public interface class ISessionBookmark : ISessionNote, 
    INotifyPropertyChanged
type ISessionBookmark =  
    interface 
        interface ISessionNote 
        interface INotifyPropertyChanged 
    end
public interface ISessionBookmark extends ISessionNote, INotifyPropertyChanged

ISessionBookmark 類型會公開下列成員。

屬性

  名稱 描述
公用屬性 ArtifactUri 成品的泛型 URI。
公用屬性 Comment 建立附註時的加入註解。 (繼承自 ISessionNote)。
公用屬性 CreationTime 建立記事時的工作階段持續時間。 (繼承自 ISessionNote)。

回頁首

事件

  名稱 描述
公用事件 PropertyChanged 當屬性值變更時發生。 (繼承自 INotifyPropertyChanged)。

回頁首

請參閱

參考

Microsoft.TeamFoundation.TestManagement.Client 命名空間