AbstractUIThreadOperationContext.Scopes 属性

定义

获取此上下文中的的当前列表 IUIThreadOperationScope

public:
 virtual property System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::Utilities::IUIThreadOperationScope ^> ^ Scopes { System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::Utilities::IUIThreadOperationScope ^> ^ get(); };
public virtual System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.Utilities.IUIThreadOperationScope> Scopes { get; }
member this.Scopes : seq<Microsoft.VisualStudio.Utilities.IUIThreadOperationScope>
Public Overridable ReadOnly Property Scopes As IEnumerable(Of IUIThreadOperationScope)

属性值

IEnumerable<IUIThreadOperationScope>

实现

适用于