IDkmTaskProvider.GetTaskProperties Method
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.
Returns task properties.
public:
void GetTaskProperties(Microsoft::VisualStudio::Debugger::ParallelTasks::DkmTask ^ task, System::UInt32 radix, int fields, [Runtime::InteropServices::Out] Microsoft::VisualStudio::Debugger::ParallelTasks::DkmTaskProperties % properties);
public void GetTaskProperties (Microsoft.VisualStudio.Debugger.ParallelTasks.DkmTask task, uint radix, int fields, out Microsoft.VisualStudio.Debugger.ParallelTasks.DkmTaskProperties properties);
abstract member GetTaskProperties : Microsoft.VisualStudio.Debugger.ParallelTasks.DkmTask * uint32 * int * DkmTaskProperties -> unit
Public Sub GetTaskProperties (task As DkmTask, radix As UInteger, fields As Integer, ByRef properties As DkmTaskProperties)
Parameters
- task
- DkmTask
[In] Represents either a managed TPL task or a native Concurrency Runtime task.
- radix
- UInt32
[In] TODO.
- fields
- Int32
[In] TODO.
- properties
- DkmTaskProperties
[Out] TODO.