IXamlLoadErrorService.ShowXamlLoadErrors Metódus
Definíció
Fontos
Egyes információk olyan, kiadás előtti termékekre vonatkoznak, amelyek a kiadásig még jelentősen módosulhatnak. A Microsoft nem vállal kifejezett vagy törvényi garanciát az itt megjelenő információért.
Megjeleníti a Visual Studio gazdagép hibáinak listáját.
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))
Paraméterek
- errors
- IList<XamlLoadErrorInfo>
XamlLoadErrorInfo Az IList<T> olvasó által XAML-fájl betöltésekor létrehozott példányok.