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 | |
---|---|---|
ArtifactUri | A generic URI to an artifact. |
|
Comment | Comment added when the note is created.(Inherited from ISessionNote.) |
|
CreationTime | Duration in the session when the note is created.(Inherited from ISessionNote.) |
Events
Name | Description | |
---|---|---|
PropertyChanged | (Inherited from INotifyPropertyChanged.) |
See Also
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top