WorkflowInstance.WorkflowInstanceControl.GetBookmarks Metod

Definition

Returnerar samlingen med tillgängliga bokmärken för WorkflowInstance.

Överlagringar

Name Description
GetBookmarks()

Returnerar samlingen med tillgängliga bokmärken för WorkflowInstance.

GetBookmarks(BookmarkScope)

Returnerar samlingen med tillgängliga bokmärken för den WorkflowInstance som skapades i den angivna BookmarkScope.

GetBookmarks()

Returnerar samlingen med tillgängliga bokmärken för 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)

Returer

En samling bokmärken för WorkflowInstance.

Gäller för

GetBookmarks(BookmarkScope)

Returnerar samlingen med tillgängliga bokmärken för den WorkflowInstance som skapades i den angivna 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)

Parametrar

scope
BookmarkScope

Bokmärkesomfånget som ska inspekteras.

Returer

Samlingen med bokmärken som skapats i den angivna BookmarkScope.

Gäller för