IDkmTaskSynchronizationObjectProvider Interface

Definition

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.

Applies to