BookmarkScopeInfo.IsInitialized Propriedade
Definição
Obtém um valor que indica se o BookmarkScope foi inicializado.Gets a value that indicates whether the BookmarkScope has been initialized.
public:
property bool IsInitialized { bool get(); };
public bool IsInitialized { get; }
member this.IsInitialized : bool
Public ReadOnly Property IsInitialized As Boolean
Valor da propriedade
true Se o BookmarkScope tiver sido inicializado; caso contrário, false .true if the BookmarkScope has been initialized; otherwise false.