示例#1
0
 public void AddCollection(NetOffice.OfficeApi.CustomXMLSchemaCollection schemaCollection)
 {
     object[] paramsArray = Invoker.ValidateParamsArray(schemaCollection);
     Invoker.Method(this, "AddCollection", paramsArray);
 }
 public void AddCollection(NetOffice.OfficeApi.CustomXMLSchemaCollection schemaCollection)
 {
     Factory.ExecuteMethod(this, "AddCollection", schemaCollection);
 }
示例#3
0
 public virtual void AddCollection(NetOffice.OfficeApi.CustomXMLSchemaCollection schemaCollection)
 {
     InvokerService.InvokeInternal.ExecuteMethod(this, "AddCollection", schemaCollection);
 }