IXMLDOMCDATASection.substringData(Int32, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
System::String ^ substringData(int offset, int count);
[System.Runtime.InteropServices.DispId(111)]
public string substringData (int offset, int count);
[<System.Runtime.InteropServices.DispId(111)>]
abstract member substringData : int * int -> string
Public Function substringData (offset As Integer, count As Integer) As String
Parameters
- offset
- Int32
- count
- Int32
Returns
Implements
- Attributes