IDkmTaskSynchronizationObjectProvider Interface
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.
Interface implemented by task provider components to provide the set of synchronization objects owned by a task. This interface is subject to change in future versions of Visual Studio.
Implementations of this interface may restrict when they are called using a filter defined in their component configuration. The following properties may be used: BaseDebugMonitorId, EngineId, TaskProviderId.
public interface class IDkmTaskSynchronizationObjectProvider
public interface class IDkmTaskSynchronizationObjectProvider
__interface IDkmTaskSynchronizationObjectProvider
public interface IDkmTaskSynchronizationObjectProvider
type IDkmTaskSynchronizationObjectProvider = interface
Public Interface IDkmTaskSynchronizationObjectProvider
Methods
GetSynchronizationObjects(DkmTask) |
TODO. |