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 中建立的書籤集合。

適用於