ISession.Bookmarks Propriedade
Indexadores criados ao executar essa sessão.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (em Microsoft.TeamFoundation.TestManagement.Client.dll)
Sintaxe
SessionPropertyCollection<ISessionBookmark> Bookmarks { get; }
property SessionPropertyCollection<ISessionBookmark^>^ Bookmarks {
SessionPropertyCollection<ISessionBookmark^>^ get();
}
abstract Bookmarks : SessionPropertyCollection<ISessionBookmark> with get
ReadOnly Property Bookmarks As SessionPropertyCollection(Of ISessionBookmark)
Valor de propriedade
Type: Microsoft.TeamFoundation.TestManagement.Client.SessionPropertyCollection<ISessionBookmark>
Retorne SessionPropertyCollection<T>.
Consulte também
Interface ISession
Namespace Microsoft.TeamFoundation.TestManagement.Client
Retornar ao topo