Threads Interface
A collection of Thread objects.
Namespace: EnvDTE
Assembly: EnvDTE (in EnvDTE.dll)
Syntax
'Declaration
<GuidAttribute("6AA23FB4-BBA1-11D2-8AD1-00C04F79E479")> _
Public Interface Threads _
Inherits IEnumerable
[GuidAttribute("6AA23FB4-BBA1-11D2-8AD1-00C04F79E479")]
public interface Threads : IEnumerable
[GuidAttribute(L"6AA23FB4-BBA1-11D2-8AD1-00C04F79E479")]
public interface class Threads : IEnumerable
[<GuidAttribute("6AA23FB4-BBA1-11D2-8AD1-00C04F79E479")>]
type Threads =
interface
interface IEnumerable
end
public interface Threads extends IEnumerable
The Threads type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
Count | Gets a value indicating the number of objects in the Threads collection. |
![]() |
DTE | Gets the top-level extensibility object. |
![]() |
Parent | Gets the immediate parent object of a Threads collection. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
GetEnumerator | Gets an enumeration for items in a collection. |
![]() |
Item | Returns a Thread object in a Threads collection. |
Top