This topic has not yet been rated - Rate this topic

XmlCDataSection.ReplaceData | replaceData method

Replaces the specified number of characters with the supplied string.

Syntax


public void ReplaceData(
  uint offset, 
  uint count, 
  string data
)

Parameters

offset

Type: Number [JavaScript] | System.UInt32 [.NET] | uint32 [C++]

The offset, in characters, at which to start replacing string data.

count

Type: Number [JavaScript] | System.UInt32 [.NET] | uint32 [C++]

The number of characters to replace.

data

Type: String [JavaScript] | System.String [.NET] | Platform::String [C++]

The new data that replaces the old string data.

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Namespace

Windows.Data.Xml.Dom
Windows::Data::Xml::Dom [C++]

Metadata

Windows.winmd

See also

XmlCDataSection

 

 

Build date: 12/4/2012

© 2013 Microsoft. All rights reserved.