Compartilhar via


Propriedade ISession.Bookmarks

Indexadores criados ao executar essa sessão.

Namespace:  Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (em Microsoft.TeamFoundation.TestManagement.Client.dll)

Sintaxe

'Declaração
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 propriedade

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

Segurança do .NET Framework

Consulte também

Referência

ISession Interface

Namespace Microsoft.TeamFoundation.TestManagement.Client