WorkflowInstance.WorkflowInstanceControl.GetBookmarks Methode

Definition

Gibt die Auflistung der verfügbaren Lesezeichen für das WorkflowInstance.

Überlädt

Name Beschreibung
GetBookmarks()

Gibt die Auflistung der verfügbaren Lesezeichen für das WorkflowInstance.

GetBookmarks(BookmarkScope)

Gibt die Auflistung der verfügbaren Lesezeichen für die WorkflowInstance erstellte in der angegebenen BookmarkScope.

GetBookmarks()

Gibt die Auflistung der verfügbaren Lesezeichen für das 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)

Gibt zurück

Eine Sammlung von Lesezeichen für die WorkflowInstance.

Gilt für:

GetBookmarks(BookmarkScope)

Gibt die Auflistung der verfügbaren Lesezeichen für die WorkflowInstance erstellte in der angegebenen 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)

Parameter

scope
BookmarkScope

Der zu prüfende Textmarkenbereich.

Gibt zurück

Die Sammlung von Textmarken, die in der angegebenen .BookmarkScope

Gilt für: