Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
ICSharpCode
WpfDesign
XamlDom
PositionXmlElement
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