WorkflowInstance.WorkflowInstanceControl.GetBookmarks 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回 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 中创建的书签的集合。