コード例 #1
0
        public Int32 create(NetOffice.MSHTMLApi.IElementNamespace pNamespace)
        {
            object[] paramsArray = Invoker.ValidateParamsArray(pNamespace);
            object   returnItem  = Invoker.MethodReturn(this, "create", paramsArray);

            return(NetRuntimeSystem.Convert.ToInt32(returnItem));
        }
コード例 #2
0
        public Int32 CreateWithImplementation(NetOffice.MSHTMLApi.IElementNamespace pNamespace, string bstrImplementation)
        {
            object[] paramsArray = Invoker.ValidateParamsArray(pNamespace, bstrImplementation);
            object   returnItem  = Invoker.MethodReturn(this, "CreateWithImplementation", paramsArray);

            return(NetRuntimeSystem.Convert.ToInt32(returnItem));
        }
コード例 #3
0
        public Int32 Resolve(string bstrNamespace, string bstrTagName, string bstrAttrs, NetOffice.MSHTMLApi.IElementNamespace pNamespace)
        {
            object[] paramsArray = Invoker.ValidateParamsArray(bstrNamespace, bstrTagName, bstrAttrs, pNamespace);
            object   returnItem  = Invoker.MethodReturn(this, "Resolve", paramsArray);

            return(NetRuntimeSystem.Convert.ToInt32(returnItem));
        }
コード例 #4
0
 public Int32 create(NetOffice.MSHTMLApi.IElementNamespace pNamespace)
 {
     return(Factory.ExecuteInt32MethodGet(this, "create", pNamespace));
 }
コード例 #5
0
 public Int32 Resolve(string bstrNamespace, string bstrTagName, string bstrAttrs, NetOffice.MSHTMLApi.IElementNamespace pNamespace)
 {
     return(Factory.ExecuteInt32MethodGet(this, "Resolve", bstrNamespace, bstrTagName, bstrAttrs, pNamespace));
 }
コード例 #6
0
 public Int32 CreateWithImplementation(NetOffice.MSHTMLApi.IElementNamespace pNamespace, string bstrImplementation)
 {
     return(Factory.ExecuteInt32MethodGet(this, "CreateWithImplementation", pNamespace, bstrImplementation));
 }