ISessionNote Interface
Interface to represent the session note.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
'Declaration
Public Interface ISessionNote _
Inherits INotifyPropertyChanged
public interface ISessionNote : INotifyPropertyChanged
public interface class ISessionNote : INotifyPropertyChanged
type ISessionNote =
interface
interface INotifyPropertyChanged
end
public interface ISessionNote extends INotifyPropertyChanged
The ISessionNote type exposes the following members.
Properties
Name | Description | |
---|---|---|
Comment | Comment added when the note is created. | |
CreationTime | Duration in the session when the note is created. |
Top
Events
Name | Description | |
---|---|---|
PropertyChanged | Occurs when a property value changes. (Inherited from INotifyPropertyChanged.) |
Top