IXamlLoadErrorService.ShowXamlLoadErrors Methode

Definitie

Geeft de lijst weer met fouten in de Visual Studio host.

public:
 void ShowXamlLoadErrors(System::Collections::Generic::IList<System::Activities::Presentation::XamlLoadErrorInfo ^> ^ errors);
public void ShowXamlLoadErrors(System.Collections.Generic.IList<System.Activities.Presentation.XamlLoadErrorInfo> errors);
abstract member ShowXamlLoadErrors : System.Collections.Generic.IList<System.Activities.Presentation.XamlLoadErrorInfo> -> unit
Public Sub ShowXamlLoadErrors (errors As IList(Of XamlLoadErrorInfo))

Parameters

errors
IList<XamlLoadErrorInfo>

Het IList<T> aantal exemplaren dat door de lezer wordt gegenereerd bij het laden van XamlLoadErrorInfo een XAML-bestand.

Van toepassing op