示例#1
0
        public NetOffice.WordApi.KeyBinding Add(NetOffice.WordApi.Enums.WdKeyCategory keyCategory, string command, Int32 keyCode, object keyCode2)
        {
            object[] paramsArray = Invoker.ValidateParamsArray(keyCategory, command, keyCode, keyCode2);
            object   returnItem  = Invoker.MethodReturn(this, "Add", paramsArray);

            NetOffice.WordApi.KeyBinding newObject = Factory.CreateKnownObjectFromComProxy(this, returnItem, NetOffice.WordApi.KeyBinding.LateBindingApiWrapperType) as NetOffice.WordApi.KeyBinding;
            return(newObject);
        }
示例#2
0
 public NetOffice.WordApi.KeyBinding Add(NetOffice.WordApi.Enums.WdKeyCategory keyCategory, string command, Int32 keyCode, object keyCode2)
 {
     return(Factory.ExecuteKnownReferenceMethodGet <NetOffice.WordApi.KeyBinding>(this, "Add", NetOffice.WordApi.KeyBinding.LateBindingApiWrapperType, keyCategory, command, keyCode, keyCode2));
 }
示例#3
0
 public void Rebind(NetOffice.WordApi.Enums.WdKeyCategory keyCategory, string command)
 {
     object[] paramsArray = Invoker.ValidateParamsArray(keyCategory, command);
     Invoker.Method(this, "Rebind", paramsArray);
 }
示例#4
0
 public void Rebind(NetOffice.WordApi.Enums.WdKeyCategory keyCategory, string command)
 {
     Factory.ExecuteMethod(this, "Rebind", keyCategory, command);
 }
示例#5
0
 public virtual void Rebind(NetOffice.WordApi.Enums.WdKeyCategory keyCategory, string command)
 {
     InvokerService.InvokeInternal.ExecuteMethod(this, "Rebind", keyCategory, command);
 }
示例#6
0
 public virtual NetOffice.WordApi.KeyBinding Add(NetOffice.WordApi.Enums.WdKeyCategory keyCategory, string command, Int32 keyCode, object keyCode2)
 {
     return(InvokerService.InvokeInternal.ExecuteKnownReferenceMethodGet <NetOffice.WordApi.KeyBinding>(this, "Add", typeof(NetOffice.WordApi.KeyBinding), keyCategory, command, keyCode, keyCode2));
 }