コード例 #1
0
        public NetOffice.MSFormsApi.Page Add(object bstrName, object bstrCaption)
        {
            object[] paramsArray = Invoker.ValidateParamsArray(bstrName, bstrCaption);
            object   returnItem  = Invoker.MethodReturn(this, "Add", paramsArray);

            NetOffice.MSFormsApi.Page newObject = Factory.CreateKnownObjectFromComProxy(this, returnItem, NetOffice.MSFormsApi.Page.LateBindingApiWrapperType) as NetOffice.MSFormsApi.Page;
            return(newObject);
        }
コード例 #2
0
        public NetOffice.MSFormsApi.Page _InsertCtrl(Int32 clsid, string bstrName, string bstrCaption, Int32 lIndex)
        {
            object[] paramsArray = Invoker.ValidateParamsArray(clsid, bstrName, bstrCaption, lIndex);
            object   returnItem  = Invoker.MethodReturn(this, "_InsertCtrl", paramsArray);

            NetOffice.MSFormsApi.Page newObject = Factory.CreateKnownObjectFromComProxy(this, returnItem, NetOffice.MSFormsApi.Page.LateBindingApiWrapperType) as NetOffice.MSFormsApi.Page;
            return(newObject);
        }
コード例 #3
0
        public NetOffice.MSFormsApi.Page Add()
        {
            object[] paramsArray = null;
            object   returnItem  = Invoker.MethodReturn(this, "Add", paramsArray);

            NetOffice.MSFormsApi.Page newObject = Factory.CreateKnownObjectFromComProxy(this, returnItem, NetOffice.MSFormsApi.Page.LateBindingApiWrapperType) as NetOffice.MSFormsApi.Page;
            return(newObject);
        }