Aracılığıyla paylaş


WorkflowInstance.WorkflowInstanceControl.GetBookmarks Yöntem

Tanım

İçin kullanılabilir yer işaretlerinin koleksiyonunu döndürür WorkflowInstance .

Aşırı Yüklemeler

GetBookmarks()

İçin kullanılabilir yer işaretlerinin koleksiyonunu döndürür WorkflowInstance .

GetBookmarks(BookmarkScope)

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

GetBookmarks()

İçin kullanılabilir yer işaretlerinin koleksiyonunu döndürü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)

Döndürülenler

ReadOnlyCollection<BookmarkInfo>

İçin bir yer işareti koleksiyonu WorkflowInstance .

Şunlara uygulanır

GetBookmarks(BookmarkScope)

Belirtilen içinde oluşturulan için kullanılabilir yer işaretlerinin koleksiyonunu döndürür 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)

Parametreler

scope
BookmarkScope

İncelenecek yer işareti kapsamı.

Döndürülenler

ReadOnlyCollection<BookmarkInfo>

Belirtilen içinde oluşturulan yer işaretlerinin koleksiyonu BookmarkScope .

Şunlara uygulanır