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

Inheritance: IXamlErrorSink
Afficher le fichier Open project: icsharpcode/WpfDesigner Class Usage Examples

Méthodes publiques

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

Method Details

ReportError() public méthode

public ReportError ( string message, int line, int column ) : void
message string
line int
column int
Résultat void

XamlErrorService() public méthode

public XamlErrorService ( ) : System.Collections.ObjectModel
Résultat System.Collections.ObjectModel