WorkflowInstance.WorkflowInstanceControl.GetBookmarks 메서드

정의

에 사용할 수 있는 책갈피의 컬렉션을 반환합니다 WorkflowInstance.

오버로드

Name Description
GetBookmarks()

에 사용할 수 있는 책갈피의 컬렉션을 반환합니다 WorkflowInstance.

GetBookmarks(BookmarkScope)

지정된 BookmarkScope에서 만든 책갈피의 컬렉션을 반환합니다WorkflowInstance.

GetBookmarks()

에 사용할 수 있는 책갈피의 컬렉션을 반환합니다 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)

반품

에 대한 WorkflowInstance책갈피 컬렉션입니다.

적용 대상

GetBookmarks(BookmarkScope)

지정된 BookmarkScope에서 만든 책갈피의 컬렉션을 반환합니다WorkflowInstance.

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)

매개 변수

scope
BookmarkScope

검사할 책갈피 범위입니다.

반품

지정 BookmarkScope한 에 만든 책갈피의 컬렉션입니다.

적용 대상