Threads Interface
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.
A collection of Thread objects.
public interface class Threads : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("6AA23FB4-BBA1-11D2-8AD1-00C04F79E479")]
[System.Runtime.InteropServices.TypeLibType(4160)]
public interface Threads : System.Collections.IEnumerable
[System.Runtime.InteropServices.Guid("6AA23FB4-BBA1-11D2-8AD1-00C04F79E479")]
public interface Threads : System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("6AA23FB4-BBA1-11D2-8AD1-00C04F79E479")>]
[<System.Runtime.InteropServices.TypeLibType(4160)>]
type Threads = interface
interface IEnumerable
[<System.Runtime.InteropServices.Guid("6AA23FB4-BBA1-11D2-8AD1-00C04F79E479")>]
type Threads = interface
interface IEnumerable
Public Interface Threads
Implements IEnumerable
- Attributes
- Implements
Properties
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. |
Methods
GetEnumerator() |
Gets an enumeration for items in a collection. |
Item(Object) |