Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
ICSharpCode
WpfDesign
XamlDom
PositionXmlElement
C# Class ICSharpCode.WpfDesign.XamlDom.PositionXmlElement
Inheritance:
System.Xml.XmlElement
,
IXmlLineInfo
Datei anzeigen
Open project: icsharpcode/WpfDesigner
Public Methods
Method
Description
HasLineInfo
( ) :
bool
Gets whether the element has line information.
WriteTo
(
XmlWriter
w
) :
void
Private Methods
Method
Description
PositionXmlElement
(
string
prefix
,
string
localName
,
string
namespaceURI
,
PositionXmlDocument
doc
,
IXmlLineInfo
lineInfo
) :
System
Method Details
HasLineInfo()
public
method
Gets whether the element has line information.
public
HasLineInfo
( ) :
bool
return
bool
WriteTo()
public
method
public
WriteTo
(
XmlWriter
w
) :
void
w
System.Xml.XmlWriter
return
void