Freigeben über


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
Öffentliche Eigenschaft ArtifactUri Ein generischer URI mit einem Artefakt.
Öffentliche Eigenschaft Comment Kommentar wird hinzugefügt, wenn der Hinweis erstellt wird. (Von ISessionNote geerbt.)
Öffentliche Eigenschaft CreationTime Dauer der Sitzung, wenn der Hinweis erstellt wird. (Von ISessionNote geerbt.)

Zum Seitenanfang

Ereignisse

  Name Beschreibung
Öffentliches Ereignis PropertyChanged Tritt ein, wenn sich ein Eigenschaftswert ändert. (Von INotifyPropertyChanged geerbt.)

Zum Seitenanfang

Siehe auch

Referenz

Microsoft.TeamFoundation.TestManagement.Client-Namespace