public virtual Int32 Resolve(string bstrNamespace, string bstrTagName, string bstrAttrs, NetOffice.MSHTMLApi.IElementNamespace pNamespace)
 {
     return(InvokerService.InvokeInternal.ExecuteInt32MethodGet(this, "Resolve", bstrNamespace, bstrTagName, bstrAttrs, pNamespace));
 }
Example #2
0
 public virtual Int32 create(NetOffice.MSHTMLApi.IElementNamespace pNamespace)
 {
     return(InvokerService.InvokeInternal.ExecuteInt32MethodGet(this, "create", pNamespace));
 }
Example #3
0
 public virtual Int32 CreateWithImplementation(NetOffice.MSHTMLApi.IElementNamespace pNamespace, string bstrImplementation)
 {
     return(InvokerService.InvokeInternal.ExecuteInt32MethodGet(this, "CreateWithImplementation", pNamespace, bstrImplementation));
 }