WorkflowInstance.WorkflowInstanceControl.GetBookmarks メソッド

定義

WorkflowInstanceで使用できるブックマークのコレクションを返します。

オーバーロード

名前 説明
GetBookmarks()

WorkflowInstanceで使用できるブックマークのコレクションを返します。

GetBookmarks(BookmarkScope)

指定したBookmarkScopeで作成されたWorkflowInstanceに使用できるブックマークのコレクションを返します。

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)

指定したBookmarkScopeで作成されたWorkflowInstanceに使用できるブックマークのコレクションを返します。

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

適用対象