IXmlCharacterData.SubstringData(UInt32, UInt32) 메서드

정의

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

public:
 Platform::String ^ SubstringData(unsigned int offset, unsigned int count);
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

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

적용 대상