WorkflowInstance.WorkflowInstanceControl.GetBookmarks 方法

定義

回傳可用書籤集合。WorkflowInstance

多載

名稱 Description
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區域內建立的書籤集合。

適用於