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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.