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