C# 클래스 WPFXmlBrowser.Controls.XmlValidator

파일 보기 프로젝트 열기: OfficeDev/Office-IT-Pro-Deployment-Scripts

공개 메소드들

메소드 설명
Validate ( System.Xml.Linq.XDocument xmlDoc, string &validationErrors ) : bool

Validates Xml against the configured schema and outs validation erros if any

비공개 메소드들

메소드 설명
XmlValidator ( string xmlNamespace, string xsdDoc ) : System.Xml.Schema

메소드 상세

Validate() 공개 메소드

Validates Xml against the configured schema and outs validation erros if any
public Validate ( System.Xml.Linq.XDocument xmlDoc, string &validationErrors ) : bool
xmlDoc System.Xml.Linq.XDocument
validationErrors string
리턴 bool