예제 #1
0
 public NetOffice.WordApi.ListGallery this[NetOffice.WordApi.Enums.WdListGalleryType index]
 {
     get
     {
         return(Factory.ExecuteKnownReferenceMethodGet <NetOffice.WordApi.ListGallery>(this, "Item", NetOffice.WordApi.ListGallery.LateBindingApiWrapperType, index));
     }
 }
예제 #2
0
 public virtual NetOffice.WordApi.ListGallery this[NetOffice.WordApi.Enums.WdListGalleryType index]
 {
     get
     {
         return(InvokerService.InvokeInternal.ExecuteKnownReferenceMethodGet <NetOffice.WordApi.ListGallery>(this, "Item", typeof(NetOffice.WordApi.ListGallery), index));
     }
 }
예제 #3
0
 public NetOffice.WordApi.ListGallery this[NetOffice.WordApi.Enums.WdListGalleryType index]
 {
     get
     {
         object[] paramsArray = Invoker.ValidateParamsArray(index);
         object   returnItem  = Invoker.MethodReturn(this, "Item", paramsArray);
         NetOffice.WordApi.ListGallery newObject = Factory.CreateKnownObjectFromComProxy(this, returnItem, NetOffice.WordApi.ListGallery.LateBindingApiWrapperType) as NetOffice.WordApi.ListGallery;
         return(newObject);
     }
 }