IDkmObjectFavoritesProvider.RemoveFromFavorites 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.
Removes the specified child from the collection of favorite items on the type of this result.
public:
void RemoveFromFavorites(Microsoft::VisualStudio::Debugger::Evaluation::DkmSuccessEvaluationResult ^ successResult, Microsoft::VisualStudio::Debugger::Evaluation::DkmSuccessEvaluationResult ^ child);
public void RemoveFromFavorites (Microsoft.VisualStudio.Debugger.Evaluation.DkmSuccessEvaluationResult successResult, Microsoft.VisualStudio.Debugger.Evaluation.DkmSuccessEvaluationResult child);
abstract member RemoveFromFavorites : Microsoft.VisualStudio.Debugger.Evaluation.DkmSuccessEvaluationResult * Microsoft.VisualStudio.Debugger.Evaluation.DkmSuccessEvaluationResult -> unit
Public Sub RemoveFromFavorites (successResult As DkmSuccessEvaluationResult, child As DkmSuccessEvaluationResult)
Parameters
- successResult
- DkmSuccessEvaluationResult
[In] The formatted result of a successful evaluation, ready to be displayed in an expression evaluation window.
[In] The child item to be removed.