C# 클래스 System.Xml.Tests.XsltEvents

파일 보기 프로젝트 열기: dotnet/corefx

공개 프로퍼티들

프로퍼티 타입 설명
EventRaised bool
OutFile string

공개 메소드들

메소드 설명
SerializeMessage ( string outFile, string message ) : void
XsltEvents ( ITestOutputHelper output ) : Xunit

비공개 메소드들

메소드 설명
EventsTests ( object param0, object param1, object param2, object param3 ) : void
argList_XsltMessageEncountered ( object sender, XsltMessageEncounteredEventArgs e ) : void

메소드 상세

SerializeMessage() 공개 메소드

public SerializeMessage ( string outFile, string message ) : void
outFile string
message string
리턴 void

XsltEvents() 공개 메소드

public XsltEvents ( ITestOutputHelper output ) : Xunit
output ITestOutputHelper
리턴 Xunit

프로퍼티 상세

EventRaised 공개적으로 프로퍼티

public bool EventRaised
리턴 bool

OutFile 공개적으로 프로퍼티

public string OutFile
리턴 string