コード例 #1
0
        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 this[Int32 index]
 {
     get
     {
         object[] paramsArray = Invoker.ValidateParamsArray(index);
         object   returnItem  = Invoker.MethodReturn(this, "Item", paramsArray);
         NetOffice.PowerPointApi.AnimationBehavior newObject = Factory.CreateKnownObjectFromComProxy(this, returnItem, NetOffice.PowerPointApi.AnimationBehavior.LateBindingApiWrapperType) as NetOffice.PowerPointApi.AnimationBehavior;
         return(newObject);
     }
 }