Freigeben über


ISession.Bookmarks-Eigenschaft

Erstelltes Lesezeichen, wenn diese Sitzung ausgeführt wird.

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

Syntax

'Declaration
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>

Eigenschaftswert

Typ: Microsoft.TeamFoundation.TestManagement.Client.SessionPropertyCollection<ISessionBookmark>
Gibt SessionPropertyCollection<T> zurück.

.NET Framework-Sicherheit

Siehe auch

Referenz

ISession Schnittstelle

Microsoft.TeamFoundation.TestManagement.Client-Namespace