Compartir a través de


ISessionBookmark (Interfaz)

Interfaz para representar la marca de libro de la sesión.

Espacio de nombres:  Microsoft.TeamFoundation.TestManagement.Client
Ensamblado:  Microsoft.TeamFoundation.TestManagement.Client (en Microsoft.TeamFoundation.TestManagement.Client.dll)

Sintaxis

'Declaración
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

El tipo ISessionBookmark expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública ArtifactUri Un URI genérico a un artefacto.
Propiedad pública Comment Comentario agregado cuando se crea la nota. (Se hereda de ISessionNote).
Propiedad pública CreationTime Duración de la sesión cuando se crea la nota. (Se hereda de ISessionNote).

Arriba

Eventos

  Nombre Descripción
Evento público PropertyChanged Tiene lugar cuando cambia un valor de propiedad. (Se hereda de INotifyPropertyChanged).

Arriba

Vea también

Referencia

Microsoft.TeamFoundation.TestManagement.Client (Espacio de nombres)