XmlCDataSection.SubstringData(UInt32, UInt32) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
지정된 범위에서 전체 문자열의 부분 문자열을 검색합니다.
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
지정된 오프셋에서 검색할 문자 수를 지정합니다.
반환
반환된 부분 문자열입니다.
구현
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)