C# Class ICSharpCode.WpfDesign.XamlDom.PositionXmlElement

Inheritance: System.Xml.XmlElement, IXmlLineInfo
Afficher le fichier Open project: icsharpcode/WpfDesigner

Méthodes publiques

Méthode Description
HasLineInfo ( ) : bool

Gets whether the element has line information.

WriteTo ( XmlWriter w ) : void

Private Methods

Méthode Description
PositionXmlElement ( string prefix, string localName, string namespaceURI, PositionXmlDocument doc, IXmlLineInfo lineInfo ) : System

Method Details

HasLineInfo() public méthode

Gets whether the element has line information.
public HasLineInfo ( ) : bool
Résultat bool

WriteTo() public méthode

public WriteTo ( XmlWriter w ) : void
w System.Xml.XmlWriter
Résultat void