Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 685 Bytes

xmlcomment_substringdata_67214485.md

File metadata and controls

29 lines (20 loc) · 685 Bytes
-api-id -api-type
M:Windows.Data.Xml.Dom.XmlComment.SubstringData(System.UInt32,System.UInt32)
winrt method

Windows.Data.Xml.Dom.XmlComment.SubstringData

-description

Retrieves a substring of the full string from the specified range.

-parameters

-param offset

Specifies the offset, in characters, from the beginning of the string. An offset of zero indicates copying from the start of the data.

-param count

Specifies the number of characters to retrieve from the specified offset.

-returns

The returned substring.

-remarks

-examples

-see-also