ISession.Bookmarks 属性

执行该会话时创建书签。

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

语法

声明
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>

属性值

类型:Microsoft.TeamFoundation.TestManagement.Client.SessionPropertyCollection<ISessionBookmark>
返回 SessionPropertyCollection<T>

.NET Framework 安全性

请参见

参考

ISession 接口

Microsoft.TeamFoundation.TestManagement.Client 命名空间