Share via


IDebugThreadFlagChangeEvent100.GetThread Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Namespace:  Microsoft.VisualStudio.Debugger.Interop
Assembly:  Microsoft.VisualStudio.Debugger.Interop.10.0 (in Microsoft.VisualStudio.Debugger.Interop.10.0.dll)

Syntax

'Declaration
Function GetThread ( _
    <OutAttribute> ByRef ppThread As IDebugThread100 _
) As Integer
int GetThread(
    out IDebugThread100 ppThread
)
int GetThread(
    [OutAttribute] IDebugThread100^% ppThread
)
abstract GetThread : 
        ppThread:IDebugThread100 byref -> int
function GetThread(
    ppThread : IDebugThread100
) : int

Parameters

Return Value

Type: System.Int32
Returns Int32.

.NET Framework Security

See Also

Reference

IDebugThreadFlagChangeEvent100 Interface

Microsoft.VisualStudio.Debugger.Interop Namespace