Share via


IUIThreadOperationContext.Scopes Property

Definition

Gets current list of IUIThreadOperationScopes in this context.

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

Property Value

Applies to