IUIThreadOperationContext.Scopes Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)