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