void CTest::DeleteTag(IHTMLElement* pElem,long &TotalElem)
{
pElem->put_outerHTML(L"");
//Since we are removing one elements
TotalElem=TotalElem-1;
}
Visit the blog for .Net FAQ,.Net interview questions,ASP .Net FAQ, C# .Net FAQ,ASP .Net interview questions, interview question on .Net, interview questions on C#.
No comments:
Post a Comment