public NetOffice.MSHTMLApi.IHTMLDOMAttribute removeNamedItem(string bstrName)
        {
            object[] paramsArray = Invoker.ValidateParamsArray(bstrName);
            object   returnItem  = Invoker.MethodReturn(this, "removeNamedItem", paramsArray);

            NetOffice.MSHTMLApi.IHTMLDOMAttribute newObject = Factory.CreateObjectFromComProxy(this, returnItem) as NetOffice.MSHTMLApi.IHTMLDOMAttribute;
            return(newObject);
        }
 public NetOffice.MSHTMLApi.IHTMLDOMAttribute ie8_setNamedItem(NetOffice.MSHTMLApi.IHTMLDOMAttribute pNodeIn)
 {
     return(Factory.ExecuteBaseReferenceMethodGet <NetOffice.MSHTMLApi.IHTMLDOMAttribute>(this, "ie8_setNamedItem", pNodeIn));
 }