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)

返回

的书签 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

要检查的书签范围。

返回

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

适用于