Share via


IDebugThread100.GetThreadProperties100(UInt32, THREADPROPERTIES100[]) Method

Definition

public:
 int GetThreadProperties100(System::UInt32 dwFields, cli::array <Microsoft::VisualStudio::Debugger::Interop::THREADPROPERTIES100> ^ ptp);
public int GetThreadProperties100 (uint dwFields, Microsoft.VisualStudio.Debugger.Interop.THREADPROPERTIES100[] ptp);
abstract member GetThreadProperties100 : uint32 * Microsoft.VisualStudio.Debugger.Interop.THREADPROPERTIES100[] -> int
Public Function GetThreadProperties100 (dwFields As UInteger, ptp As THREADPROPERTIES100()) As Integer

Parameters

dwFields
UInt32

Returns

Returns Int32.

Applies to