コード例 #1
0
 public void AddCollection(NetOffice.OfficeApi.CustomXMLSchemaCollection schemaCollection)
 {
     object[] paramsArray = Invoker.ValidateParamsArray(schemaCollection);
     Invoker.Method(this, "AddCollection", paramsArray);
 }
コード例 #2
0
 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);
 }