IXamlLoadErrorService.ShowXamlLoadErrors Yöntem

Tanım

Visual Studio ana bilgisayarındaki hataların listesini görüntüler.

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))

Parametreler

errors
IList<XamlLoadErrorInfo>

IList<T> XamlLoadErrorInfo XAML dosyası yüklenirken okuyucu tarafından oluşturulan örneklerin sayısı.

Şunlara uygulanır