IDkmObjectFavoritesProvider Interface

Definition

Provides the IDE with the functionality add and remove favorite items on objects in the EE windows.

Implementations of this interface may restrict when they are called using a filter defined in their component configuration. The following properties may be used: CompilerVendorId, EngineId, LanguageId, RuntimeId, SymbolProviderId.

This API was introduced in Visual Studio 16 Update 4 (DkmApiVersion.VS16Update4).

public interface class IDkmObjectFavoritesProvider
public interface IDkmObjectFavoritesProvider
type IDkmObjectFavoritesProvider = interface
Public Interface IDkmObjectFavoritesProvider

Methods

AddToFavorites(DkmSuccessEvaluationResult, DkmSuccessEvaluationResult)

Adds the specified child to the collection of favorites items on the type of this result.

RemoveFromFavorites(DkmSuccessEvaluationResult, DkmSuccessEvaluationResult)

Removes the specified child from the collection of favorite items on the type of this result.

Applies to