Propriedade ISession.Notes
Notas criadas para executar a sessão.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (em Microsoft.TeamFoundation.TestManagement.Client.dll)
Sintaxe
'Declaração
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 propriedade
Tipo: Microsoft.TeamFoundation.TestManagement.Client.SessionPropertyCollection<ISessionNote>
Retorna SessionPropertyCollection<T>.
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.