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 で作成されたブックマークのコレクション。

適用対象