WorkflowInstance.WorkflowInstanceControl.GetBookmarks Yöntem

Tanım

için WorkflowInstancekullanılabilir yer işaretlerinin koleksiyonunu döndürür.

Aşırı Yüklemeler

Name Description
GetBookmarks()

için WorkflowInstancekullanılabilir yer işaretlerinin koleksiyonunu döndürür.

GetBookmarks(BookmarkScope)

Belirtilen WorkflowInstanceiçinde oluşturulan için BookmarkScope kullanılabilir yer işaretlerinin koleksiyonunu döndürür.

GetBookmarks()

için WorkflowInstancekullanılabilir yer işaretlerinin koleksiyonunu döndürür.

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)

Döndürülenler

için WorkflowInstanceyer işareti koleksiyonu.

Şunlara uygulanır

GetBookmarks(BookmarkScope)

Belirtilen WorkflowInstanceiçinde oluşturulan için BookmarkScope kullanılabilir yer işaretlerinin koleksiyonunu döndürür.

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)

Parametreler

scope
BookmarkScope

denetlenecek yer işareti kapsamı.

Döndürülenler

Belirtilen BookmarkScopeiçinde oluşturulan yer işaretleri koleksiyonu.

Şunlara uygulanır