IXmlCharacterData.ReplaceData(UInt32, UInt32, String) 메서드

정의

지정한 문자 수를 제공된 문자열로 바꿉니다.

public:
 void ReplaceData(unsigned int offset, unsigned int count, Platform::String ^ data);
void ReplaceData(uint32_t const& offset, uint32_t const& count, winrt::hstring const& data);
public void ReplaceData(uint offset, uint count, string data);
function replaceData(offset, count, data)
Public Sub ReplaceData (offset As UInteger, count As UInteger, data As String)

매개 변수

offset
UInt32

unsigned int

uint32_t

문자열 데이터 바꾸기를 시작할 오프셋(문자)입니다.

count
UInt32

unsigned int

uint32_t

교체할 문자 수입니다.

data
String

Platform::String

winrt::hstring

기존 문자열 데이터를 대체하는 새 데이터입니다.

적용 대상