ISession.Bookmarks 属性

 

执行该会话时创建书签。

命名空间:   Microsoft.TeamFoundation.TestManagement.Client
程序集:  Microsoft.TeamFoundation.TestManagement.Client(Microsoft.TeamFoundation.TestManagement.Client.dll 中)

语法

SessionPropertyCollection<ISessionBookmark> Bookmarks { get; }
property SessionPropertyCollection<ISessionBookmark^>^ Bookmarks {
    SessionPropertyCollection<ISessionBookmark^>^ get();
}
abstract Bookmarks : SessionPropertyCollection<ISessionBookmark> with get
ReadOnly Property Bookmarks As SessionPropertyCollection(Of ISessionBookmark)

属性值

Type: Microsoft.TeamFoundation.TestManagement.Client.SessionPropertyCollection<ISessionBookmark>

返回 SessionPropertyCollection<T>

请参阅

ISession 接口
Microsoft.TeamFoundation.TestManagement.Client 命名空间

返回页首