IXamlLoadErrorService Interface

Definition

Defines how the Visual Studio host displays the list of errors generated by the XAML reader when loading the XAML file.

public interface class IXamlLoadErrorService
public interface IXamlLoadErrorService
type IXamlLoadErrorService = interface
Public Interface IXamlLoadErrorService

Remarks

This is API used by the Visual Studio infrastructure and is not expected to be called by users.

Methods

ShowXamlLoadErrors(IList<XamlLoadErrorInfo>)

Displays the list of errors in the Visual Studio host.

Applies to