Share via


XmlText.SubstringData(UInt32, UInt32) 메서드

정의

지정된 범위에서 전체 문자열의 부분 문자열을 검색합니다.

public:
 virtual Platform::String ^ SubstringData(unsigned int offset, unsigned int count) = SubstringData;
winrt::hstring SubstringData(uint32_t const& offset, uint32_t const& count);
public string SubstringData(uint offset, uint count);
function substringData(offset, count)
Public Function SubstringData (offset As UInteger, count As UInteger) As String

매개 변수

offset
UInt32

unsigned int

uint32_t

문자열의 시작 부분부터의 오프셋(문자)입니다. 오프셋이 0이면 데이터 시작부터 복사를 나타냅니다.

count
UInt32

unsigned int

uint32_t

지정된 오프셋에서 검색할 문자 수입니다.

반환

String

Platform::String

winrt::hstring

반환된 부분 문자열입니다.

구현

M:Windows.Data.Xml.Dom.IXmlCharacterData.SubstringData(System.UInt32,System.UInt32) M:Windows.Data.Xml.Dom.IXmlCharacterData.SubstringData(unsigned int,unsigned int) M:Windows.Data.Xml.Dom.IXmlCharacterData.SubstringData(uint32_t,uint32_t)

적용 대상