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