ExclusiveHandle.RegisteredBookmarkScopes 属性

定义

获取 ReadOnlyCollection<T> 对象的新的或现有 BookmarkScopeHandle

public:
 property System::Collections::ObjectModel::ReadOnlyCollection<System::Activities::BookmarkScopeHandle ^> ^ RegisteredBookmarkScopes { System::Collections::ObjectModel::ReadOnlyCollection<System::Activities::BookmarkScopeHandle ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<System.Activities.BookmarkScopeHandle> RegisteredBookmarkScopes { get; }
member this.RegisteredBookmarkScopes : System.Collections.ObjectModel.ReadOnlyCollection<System.Activities.BookmarkScopeHandle>
Public ReadOnly Property RegisteredBookmarkScopes As ReadOnlyCollection(Of BookmarkScopeHandle)

属性值

书签范围句柄的只读集合。

适用于