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

public interface ISessionBookmark : ISessionNote, INotifyPropertyChanged
public interface class ISessionBookmark : ISessionNote, INotifyPropertyChanged
type ISessionBookmark = 
    interface
        interface ISessionNote
        interface INotifyPropertyChanged
    end
Public Interface ISessionBookmark
    Inherits ISessionNote, INotifyPropertyChanged

Properties

Name Description
System_CAPS_pubproperty ArtifactUri

A generic URI to an artifact.

System_CAPS_pubproperty Comment

Comment added when the note is created.(Inherited from ISessionNote.)

System_CAPS_pubproperty CreationTime

Duration in the session when the note is created.(Inherited from ISessionNote.)

Events

Name Description
System_CAPS_pubevent PropertyChanged

(Inherited from INotifyPropertyChanged.)

See Also

Microsoft.TeamFoundation.TestManagement.Client Namespace

Return to top