다음을 통해 공유


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

정의

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

public:
 virtual void ReplaceData(unsigned int offset, unsigned int count, Platform::String ^ data) = ReplaceData;
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

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

구현

M:Windows.Data.Xml.Dom.IXmlCharacterData.ReplaceData(System.UInt32,System.UInt32,System.String) M:Windows.Data.Xml.Dom.IXmlCharacterData.ReplaceData(unsigned int,unsigned int,Platform::String) M:Windows.Data.Xml.Dom.IXmlCharacterData.ReplaceData(uint32_t,uint32_t,winrt::hstring)

적용 대상