Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Interface to represent the session book mark.
Namespace:  Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
'Declaration
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
The ISessionBookmark type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| .gif) | ArtifactUri | A generic URI to an artifact. | 
| .gif) | Comment | Comment added when the note is created. (Inherited from ISessionNote.) | 
| .gif) | CreationTime | Duration in the session when the note is created. (Inherited from ISessionNote.) | 
Top
Events
| Name | Description | |
|---|---|---|
| .gif) | PropertyChanged | Occurs when a property value changes. (Inherited from INotifyPropertyChanged.) | 
Top