Poznámka:
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
Gets the identifier of the task running on this thread.
HRESULT GetTaskID (
[out] TASKID *pTaskId
);
Parameters
- pTaskId
[out] A pointer to the identifier of the task running on the thread represented by this ICorDebugThread2 object.
Remarks
A task can only be running on the thread if the thread is associated with a connection. GetTaskID returns zero in pTaskId if the thread is not associated with a connection.
Requirements
Platforms: See .NET Framework System Requirements.
Header: CorDebug.idl, CorDebug.h
Library: CorGuids.lib
.NET Framework Versions: 4, 3.5 SP1, 3.5, 3.0 SP1, 3.0, 2.0 SP1, 2.0