BookmarkScope Classe
Definição
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)
- Herança
-
BookmarkScope
- Atributos
- Implementações
Comentários
Essa é uma classe selada.This is a sealed class.
Construtores
| BookmarkScope(Guid) |
Cria uma nova instância da classe BookmarkScope com o número de identificação de escopo GUID especificado.Creates a new instance of the BookmarkScope class with the specified GUID scope identification number. |
Propriedades
| Default |
Obtém o BookmarkScope padrão.Gets the default BookmarkScope. |
| Id |
Obtém o GUID que identifica o BookmarkScope atual.Gets the GUID that identifies the current BookmarkScope. |
| IsInitialized |
Obtém um valor que indica se o BookmarkScope atual foi inicializado.Gets a value that indicates whether the current BookmarkScope has been initialized. |
Métodos
| Equals(BookmarkScope) |
Obtém um valor que indica se o BookmarkScope atual e o BookmarkScope especificado são os mesmos.Gets a value that indicates whether the current BookmarkScope and the specified BookmarkScope are the same. |
| Equals(Object) |
Determina se o objeto especificado é igual ao objeto atual.Determines whether the specified object is equal to the current object. (Herdado de Object) |
| GetHashCode() |
Gera um número de identificação para o BookmarkScope atual.Generates an identification number for the current BookmarkScope. |
| GetType() |
Obtém o Type da instância atual.Gets the Type of the current instance. (Herdado de Object) |
| Initialize(NativeActivityContext, Guid) |
Inicializa o BookmarkScope atual usando o GUID especificado.Initializes the current BookmarkScope using the specified GUID. |
| MemberwiseClone() |
Cria uma cópia superficial do Object atual.Creates a shallow copy of the current Object. (Herdado de Object) |
| ToString() |
Retorna uma cadeia de caracteres que representa o objeto atual.Returns a string that represents the current object. (Herdado de Object) |