WorkflowInstance.WorkflowInstanceControl.GetBookmarks Methode

Definition

Gibt die Auflistung von verfügbaren Lesezeichen für die WorkflowInstance zurück.

Überlädt

GetBookmarks()

Gibt die Auflistung von verfügbaren Lesezeichen für die WorkflowInstance zurück.

GetBookmarks(BookmarkScope)

Gibt die Auflistung verfügbarer Lesezeichen für die WorkflowInstance zurück, die im angegebenen BookmarkScope erstellt wurden.

GetBookmarks()

Gibt die Auflistung von verfügbaren Lesezeichen für die WorkflowInstance zurück.

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)

Gibt zurück

ReadOnlyCollection<BookmarkInfo>

Eine Auflistung von Lesezeichen für die WorkflowInstance.

Gilt für

GetBookmarks(BookmarkScope)

Gibt die Auflistung verfügbarer Lesezeichen für die WorkflowInstance zurück, die im angegebenen BookmarkScope erstellt wurden.

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)

Parameter

scope
BookmarkScope

Der zu überprüfende Lesezeichenbereich.

Gibt zurück

ReadOnlyCollection<BookmarkInfo>

Die Auflistung von Lesezeichen, die im angegebenen BookmarkScope erstellt wurden.

Gilt für