Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
ICSharpCode
WpfDesign
XamlDom
PositionXmlElement
C# 클래스 ICSharpCode.WpfDesign.XamlDom.PositionXmlElement
상속:
System.Xml.XmlElement
,
IXmlLineInfo
파일 보기
프로젝트 열기: icsharpcode/WpfDesigner
공개 메소드들
메소드
설명
HasLineInfo
( ) :
bool
Gets whether the element has line information.
WriteTo
(
XmlWriter
w
) :
void
비공개 메소드들
메소드
설명
PositionXmlElement
(
string
prefix
,
string
localName
,
string
namespaceURI
,
PositionXmlDocument
doc
,
IXmlLineInfo
lineInfo
) :
System
메소드 상세
HasLineInfo()
공개
메소드
Gets whether the element has line information.
public
HasLineInfo
( ) :
bool
리턴
bool
WriteTo()
공개
메소드
public
WriteTo
(
XmlWriter
w
) :
void
w
System.Xml.XmlWriter
리턴
void