C# 클래스 ICSharpCode.WpfDesign.XamlDom.PositionXmlDocument

상속: System.Xml.XmlDocument
파일 보기 프로젝트 열기: icsharpcode/WpfDesigner 1 사용 예제들

공개 메소드들

메소드 설명
CreateAttribute ( string prefix, string localName, string namespaceURI ) : XmlAttribute

Creates a PositionXmlAttribute.

CreateElement ( string prefix, string localName, string namespaceURI ) : XmlElement

Creates a PositionXmlElement.

Load ( XmlReader reader ) : void

Loads the XML document from the specified XmlReader.

메소드 상세

CreateAttribute() 공개 메소드

Creates a PositionXmlAttribute.
public CreateAttribute ( string prefix, string localName, string namespaceURI ) : XmlAttribute
prefix string
localName string
namespaceURI string
리턴 System.Xml.XmlAttribute

CreateElement() 공개 메소드

Creates a PositionXmlElement.
public CreateElement ( string prefix, string localName, string namespaceURI ) : XmlElement
prefix string
localName string
namespaceURI string
리턴 System.Xml.XmlElement

Load() 공개 메소드

Loads the XML document from the specified XmlReader.
public Load ( XmlReader reader ) : void
reader System.Xml.XmlReader
리턴 void