XmlDictionaryReader.StartCanonicalization(Stream, Boolean, String[]) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
이 메서드는 아직 구현되지 않았습니다.
public:
virtual void StartCanonicalization(System::IO::Stream ^ stream, bool includeComments, cli::array <System::String ^> ^ inclusivePrefixes);
public virtual void StartCanonicalization (System.IO.Stream stream, bool includeComments, string[] inclusivePrefixes);
public virtual void StartCanonicalization (System.IO.Stream stream, bool includeComments, string[]? inclusivePrefixes);
abstract member StartCanonicalization : System.IO.Stream * bool * string[] -> unit
override this.StartCanonicalization : System.IO.Stream * bool * string[] -> unit
Public Overridable Sub StartCanonicalization (stream As Stream, includeComments As Boolean, inclusivePrefixes As String())
매개 변수
- stream
- Stream
읽어올 스트림입니다.
- includeComments
- Boolean
코멘트가 포함되는지 여부를 결정합니다.
- inclusivePrefixes
- String[]
포함할 접두사입니다.
예외
설명
일치하는 EndCanonicalization
호출이 수행될 때까지 제공된 스트림에서 이 판독기에게 읽는 XML의 정식 8진수 읽기를 시작합니다. 기본 판독기 스트림에서 읽은 콘텐츠는 이 호출의 영향을 받지 않습니다.
includeComments
는 주석을 정식 입력에 포함할지 여부를 정의하고 inclusivePrefixes
배타적 정식화 알고리즘을 사용하여 포괄 접두사로 처리할 접두사 목록을 제공합니다.
적용 대상
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
.NET