DkmSuccessEvaluationResult.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.
Location constraint: API must be called from an IDE component (component level > 100,000).
This API was introduced in Visual Studio 16 Update 4 (DkmApiVersion.VS16Update4).
public:
void RemoveFromFavorites(Microsoft::VisualStudio::Debugger::Evaluation::DkmSuccessEvaluationResult ^ Child);
public void RemoveFromFavorites (Microsoft.VisualStudio.Debugger.Evaluation.DkmSuccessEvaluationResult Child);
member this.RemoveFromFavorites : Microsoft.VisualStudio.Debugger.Evaluation.DkmSuccessEvaluationResult -> unit
Public Sub RemoveFromFavorites (Child As DkmSuccessEvaluationResult)
Parameters
[In] The child item to be removed.