Compartilhar via


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
System_CAPS_pubproperty Comment

Comentário adicionado quando a observação é criada.

System_CAPS_pubproperty CreationTime

Duração na sessão quando a observação é criada.

Eventos

Nome Descrição
System_CAPS_pubevent PropertyChanged

(herdado de INotifyPropertyChanged.)

Consulte também

Namespace Microsoft.TeamFoundation.TestManagement.Client

Retornar ao topo