Share via


XmlText.DeleteData(UInt32, UInt32) 方法

定義

刪除指定的資料。

public:
 virtual void DeleteData(unsigned int offset, unsigned int count) = DeleteData;
void DeleteData(uint32_t const& offset, uint32_t const& count);
public void DeleteData(uint offset, uint count);
function deleteData(offset, count)
Public Sub DeleteData (offset As UInteger, count As UInteger)

參數

offset
UInt32

unsigned int

uint32_t

要開始刪除字串資料的位移,以字元為單位。

count
UInt32

unsigned int

uint32_t

要刪除的字元數。

實作

M:Windows.Data.Xml.Dom.IXmlCharacterData.DeleteData(System.UInt32,System.UInt32) M:Windows.Data.Xml.Dom.IXmlCharacterData.DeleteData(unsigned int,unsigned int) M:Windows.Data.Xml.Dom.IXmlCharacterData.DeleteData(uint32_t,uint32_t)

適用於