WorkflowInstance.WorkflowInstanceControl.GetBookmarks Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
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.