IXamlLoadErrorService Interface
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.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.