Interface ISessionNote
Interface para representar a nota de sessão.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (em Microsoft.TeamFoundation.TestManagement.Client.dll)
Sintaxe
public interface ISessionNote : INotifyPropertyChanged
public interface class ISessionNote : INotifyPropertyChanged
type ISessionNote =
interface
interface INotifyPropertyChanged
end
Public Interface ISessionNote
Inherits INotifyPropertyChanged
Propriedades
Nome | Descrição | |
---|---|---|
![]() |
Comment | Comentário adicionado quando a observação é criada. |
![]() |
CreationTime | Duração na sessão quando a observação é criada. |
Eventos
Nome | Descrição | |
---|---|---|
![]() |
PropertyChanged | (herdado de INotifyPropertyChanged.) |
Consulte também
Namespace Microsoft.TeamFoundation.TestManagement.Client
Retornar ao topo