C# Class ICSharpCode.WpfDesign.Designer.Services.XamlErrorService

Inheritance: IXamlErrorSink
Exibir arquivo Open project: icsharpcode/WpfDesigner Class Usage Examples

Public Methods

Method Description
ReportError ( string message, int line, int column ) : void
XamlErrorService ( ) : System.Collections.ObjectModel

Method Details

ReportError() public method

public ReportError ( string message, int line, int column ) : void
message string
line int
column int
return void

XamlErrorService() public method

public XamlErrorService ( ) : System.Collections.ObjectModel
return System.Collections.ObjectModel