public NetOffice.PowerPointApi.AnimationBehavior Add(NetOffice.PowerPointApi.Enums.MsoAnimType type)
        {
            object[] paramsArray = Invoker.ValidateParamsArray(type);
            object   returnItem  = Invoker.MethodReturn(this, "Add", paramsArray);

            NetOffice.PowerPointApi.AnimationBehavior newObject = Factory.CreateKnownObjectFromComProxy(this, returnItem, NetOffice.PowerPointApi.AnimationBehavior.LateBindingApiWrapperType) as NetOffice.PowerPointApi.AnimationBehavior;
            return(newObject);
        }
Пример #2
0
 public NetOffice.PowerPointApi.AnimationBehavior Add(NetOffice.PowerPointApi.Enums.MsoAnimType type)
 {
     return(Factory.ExecuteKnownReferenceMethodGet <NetOffice.PowerPointApi.AnimationBehavior>(this, "Add", NetOffice.PowerPointApi.AnimationBehavior.LateBindingApiWrapperType, type));
 }
Пример #3
0
 public NetOffice.PowerPointApi.AnimationBehavior Add(NetOffice.PowerPointApi.Enums.MsoAnimType type)
 {
     return(InvokerService.InvokeInternal.ExecuteKnownReferenceMethodGet <NetOffice.PowerPointApi.AnimationBehavior>(this, "Add", typeof(NetOffice.PowerPointApi.AnimationBehavior), type));
 }