Compartir a través de


ISessionNote (Interfaz)

Interfaz para representar la nota 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 ISessionNote _
    Inherits INotifyPropertyChanged
public interface ISessionNote : INotifyPropertyChanged
public interface class ISessionNote : INotifyPropertyChanged
type ISessionNote =  
    interface 
        interface INotifyPropertyChanged 
    end
public interface ISessionNote extends INotifyPropertyChanged

El tipo ISessionNote expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública Comment Comentario agregado cuando se crea la nota.
Propiedad pública CreationTime Duración de la sesión cuando se crea la nota.

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)