public NetOffice.MSHTMLApi.IHTMLDOMAttribute2 removeAttributeNode(NetOffice.MSHTMLApi.IHTMLDOMAttribute2 pattr)
        {
            object[] paramsArray = Invoker.ValidateParamsArray(pattr);
            object   returnItem  = Invoker.MethodReturn(this, "removeAttributeNode", paramsArray);

            NetOffice.MSHTMLApi.IHTMLDOMAttribute2 newObject = Factory.CreateObjectFromComProxy(this, returnItem) as NetOffice.MSHTMLApi.IHTMLDOMAttribute2;
            return(newObject);
        }
        public NetOffice.MSHTMLApi.IHTMLDOMAttribute2 getAttributeNode(string bstrName)
        {
            object[] paramsArray = Invoker.ValidateParamsArray(bstrName);
            object   returnItem  = Invoker.MethodReturn(this, "getAttributeNode", paramsArray);

            NetOffice.MSHTMLApi.IHTMLDOMAttribute2 newObject = Factory.CreateObjectFromComProxy(this, returnItem) as NetOffice.MSHTMLApi.IHTMLDOMAttribute2;
            return(newObject);
        }
Example #3
0
 public NetOffice.MSHTMLApi.IHTMLDOMAttribute2 removeAttributeNode(NetOffice.MSHTMLApi.IHTMLDOMAttribute2 pattr)
 {
     return(Factory.ExecuteBaseReferenceMethodGet <NetOffice.MSHTMLApi.IHTMLDOMAttribute2>(this, "removeAttributeNode", pattr));
 }