WorkflowInstance.WorkflowInstanceControl.GetBookmarks 方法

定义

返回 WorkflowInstance 的可用书签的集合。

重载

GetBookmarks()

返回 WorkflowInstance 的可用书签的集合。

GetBookmarks(BookmarkScope)

返回在指定 WorkflowInstance 中创建的 BookmarkScope 的可用书签的集合。

GetBookmarks()

返回 WorkflowInstance 的可用书签的集合。

public:
 System::Collections::ObjectModel::ReadOnlyCollection<System::Activities::Hosting::BookmarkInfo ^> ^ GetBookmarks();
public System.Collections.ObjectModel.ReadOnlyCollection<System.Activities.Hosting.BookmarkInfo> GetBookmarks ();
member this.GetBookmarks : unit -> System.Collections.ObjectModel.ReadOnlyCollection<System.Activities.Hosting.BookmarkInfo>
Public Function GetBookmarks () As ReadOnlyCollection(Of BookmarkInfo)

返回

ReadOnlyCollection<BookmarkInfo>

WorkflowInstance 的书签的集合。

适用于

GetBookmarks(BookmarkScope)

返回在指定 WorkflowInstance 中创建的 BookmarkScope 的可用书签的集合。

public:
 System::Collections::ObjectModel::ReadOnlyCollection<System::Activities::Hosting::BookmarkInfo ^> ^ GetBookmarks(System::Activities::BookmarkScope ^ scope);
public System.Collections.ObjectModel.ReadOnlyCollection<System.Activities.Hosting.BookmarkInfo> GetBookmarks (System.Activities.BookmarkScope scope);
member this.GetBookmarks : System.Activities.BookmarkScope -> System.Collections.ObjectModel.ReadOnlyCollection<System.Activities.Hosting.BookmarkInfo>
Public Function GetBookmarks (scope As BookmarkScope) As ReadOnlyCollection(Of BookmarkInfo)

参数

scope
BookmarkScope

要检查的书签范围。

返回

ReadOnlyCollection<BookmarkInfo>

在指定 BookmarkScope 中创建的书签的集合。

适用于