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