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。) |
页首