Esempio n. 1
0
 public NetOffice.PowerPointApi.ActionSetting this[NetOffice.PowerPointApi.Enums.PpMouseActivation index]
 {
     get
     {
         return(InvokerService.InvokeInternal.ExecuteKnownReferenceMethodGet <NetOffice.PowerPointApi.ActionSetting>(this, "Item", typeof(NetOffice.PowerPointApi.ActionSetting), index));
     }
 }
 public NetOffice.PowerPointApi.ActionSetting this[NetOffice.PowerPointApi.Enums.PpMouseActivation index]
 {
     get
     {
         return(Factory.ExecuteKnownReferenceMethodGet <NetOffice.PowerPointApi.ActionSetting>(this, "Item", NetOffice.PowerPointApi.ActionSetting.LateBindingApiWrapperType, index));
     }
 }
Esempio n. 3
0
 public NetOffice.PowerPointApi.ActionSetting this[NetOffice.PowerPointApi.Enums.PpMouseActivation index]
 {
     get
     {
         object[] paramsArray = Invoker.ValidateParamsArray(index);
         object   returnItem  = Invoker.MethodReturn(this, "Item", paramsArray);
         NetOffice.PowerPointApi.ActionSetting newObject = Factory.CreateKnownObjectFromComProxy(this, returnItem, NetOffice.PowerPointApi.ActionSetting.LateBindingApiWrapperType) as NetOffice.PowerPointApi.ActionSetting;
         return(newObject);
     }
 }