ISessionNote-Schnittstelle
Schnittstelle für die Darstellung des Sitzungshinweises.
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
Der ISessionNote-Typ macht die folgenden Member verfügbar.
Eigenschaften
Name | Beschreibung | |
---|---|---|
![]() |
Comment | Kommentar wird hinzugefügt, wenn der Hinweis erstellt wird. |
![]() |
CreationTime | Dauer der Sitzung, wenn der Hinweis erstellt wird. |
Zum Seitenanfang
Ereignisse
Name | Beschreibung | |
---|---|---|
![]() |
PropertyChanged | Tritt ein, wenn sich ein Eigenschaftswert ändert. (Von INotifyPropertyChanged geerbt.) |
Zum Seitenanfang