BookmarkScope 클래스

정의

동일한 프로토콜 내에서 작동하는 것으로 분류되는 Bookmark 개체 집합의 범위를 지정합니다.

public ref class BookmarkScope sealed : IEquatable<System::Activities::BookmarkScope ^>
[System.Runtime.Serialization.DataContract]
public sealed class BookmarkScope : IEquatable<System.Activities.BookmarkScope>
[<System.Runtime.Serialization.DataContract>]
type BookmarkScope = class
    interface IEquatable<BookmarkScope>
Public NotInheritable Class BookmarkScope
Implements IEquatable(Of BookmarkScope)
상속
BookmarkScope
특성
구현

설명

이 클래스는 봉인 클래스입니다.

생성자

BookmarkScope(Guid)

지정한 GUID 범위 ID 번호를 사용하여 BookmarkScope 클래스의 새 인스턴스를 만듭니다.

속성

Default

기본 BookmarkScope를 가져옵니다.

Id

현재 BookmarkScope를 식별하는 GUID를 가져옵니다.

IsInitialized

현재 BookmarkScope가 초기화되었는지 여부를 나타내는 값을 가져옵니다.

메서드

Equals(BookmarkScope)

현재 BookmarkScope와 지정한 BookmarkScope가 동일한지 여부를 나타내는 값을 가져옵니다.

Equals(Object)

지정된 개체가 현재 개체와 같은지 확인합니다.

(다음에서 상속됨 Object)
GetHashCode()

현재 BookmarkScope의 ID 번호를 생성합니다.

GetType()

현재 인스턴스의 Type을 가져옵니다.

(다음에서 상속됨 Object)
Initialize(NativeActivityContext, Guid)

지정한 GUID를 사용하여 현재 BookmarkScope를 초기화합니다.

MemberwiseClone()

현재 Object의 단순 복사본을 만듭니다.

(다음에서 상속됨 Object)
ToString()

현재 개체를 나타내는 문자열을 반환합니다.

(다음에서 상속됨 Object)

적용 대상