Compartir a través de


ISession.Bookmarks (Propiedad)

Marcadores creados al ejecutar en esta 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 Bookmarks As SessionPropertyCollection(Of ISessionBookmark)
SessionPropertyCollection<ISessionBookmark> Bookmarks { get; }
property SessionPropertyCollection<ISessionBookmark^>^ Bookmarks {
    SessionPropertyCollection<ISessionBookmark^>^ get ();
}
abstract Bookmarks : SessionPropertyCollection<ISessionBookmark> with get
function get Bookmarks () : SessionPropertyCollection<ISessionBookmark>

Valor de propiedad

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

Seguridad de .NET Framework

Vea también

Referencia

ISession Interfaz

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