Compartir a través de


ISession.Notes (Propiedad)

Notas creadas al ejecutar la sesión.

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

Sintaxis

'Declaración
ReadOnly Property Notes As SessionPropertyCollection(Of ISessionNote)
SessionPropertyCollection<ISessionNote> Notes { get; }
property SessionPropertyCollection<ISessionNote^>^ Notes {
    SessionPropertyCollection<ISessionNote^>^ get ();
}
abstract Notes : SessionPropertyCollection<ISessionNote> with get
function get Notes () : SessionPropertyCollection<ISessionNote>

Valor de propiedad

Tipo: Microsoft.TeamFoundation.TestManagement.Client.SessionPropertyCollection<ISessionNote>
Devuelve SessionPropertyCollection<T>.

Seguridad de .NET Framework

Vea también

Referencia

ISession Interfaz

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