ISessionBookmark Interface

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
Public property ArtifactUri A generic URI to an artifact.
Public property Comment Comment added when the note is created. (Inherited from ISessionNote.)
Public property CreationTime Duration in the session when the note is created. (Inherited from ISessionNote.)

Top

Events

  Name Description
Public event PropertyChanged Occurs when a property value changes. (Inherited from INotifyPropertyChanged.)

Top

See Also

Reference

Microsoft.TeamFoundation.TestManagement.Client Namespace