XmlCharacterData.ReplaceData(Int32, Int32, String) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
지정된 오프셋에서 시작하여 지정된 수의 문자를 지정된 문자열로 교체합니다.
public:
virtual void ReplaceData(int offset, int count, System::String ^ strData);
public virtual void ReplaceData (int offset, int count, string strData);
public virtual void ReplaceData (int offset, int count, string? strData);
abstract member ReplaceData : int * int * string -> unit
override this.ReplaceData : int * int * string -> unit
Public Overridable Sub ReplaceData (offset As Integer, count As Integer, strData As String)
매개 변수
- offset
- Int32
교체를 시작할 문자열 내의 위치입니다.
- count
- Int32
교체할 문자 수입니다.
- strData
- String
기존 문자열 데이터를 대체하는 새 데이터입니다.
설명
이 메서드는 XmlNodeChangedAction.Change 이벤트를 발생합니다.
상속자 참고
파생 클래스에서 재정 ReplaceData
의할 때 이벤트가 올바르게 발생하려면 이벤트를 직접 발생시키거나 이 메서드의 기본 버전을 호출해야 합니다.
적용 대상
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
.NET