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 | |
---|---|---|
ArtifactUri | Un URI genérico a un artefacto. | |
Comment | Comentario agregado cuando se crea la nota. (Se hereda de ISessionNote). | |
CreationTime | Duración de la sesión cuando se crea la nota. (Se hereda de ISessionNote). |
Arriba
Eventos
Nombre | Descripción | |
---|---|---|
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)