XmlComment.ReplaceData(UInt32, UInt32, String) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
지정한 문자 수를 제공된 문자열로 바꿉니다.
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)