Threads Interface

Definition

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)

Returns a Thread object in a Threads collection.

Applies to