All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.rgielen.com4j.office2010.office.MsoDebugOptions_UTManager Maven / Gradle / Ivy

The newest version!
package net.rgielen.com4j.office2010.office  ;

import com4j.*;

@IID("{000C0389-0000-0000-C000-000000000046}")
public interface MsoDebugOptions_UTManager extends net.rgielen.com4j.office2010.office._IMsoDispObj {
  // Methods:
  /**
   * 

* Getter method for the COM property "UnitTests" *

* @return Returns a value of type net.rgielen.com4j.office2010.office.MsoDebugOptions_UTs */ @DISPID(0) //= 0x0. The runtime will prefer the VTID if present @VTID(9) @DefaultMethod net.rgielen.com4j.office2010.office.MsoDebugOptions_UTs unitTests(); @VTID(9) @ReturnValue(defaultPropertyThrough={net.rgielen.com4j.office2010.office.MsoDebugOptions_UTs.class}) net.rgielen.com4j.office2010.office.MsoDebugOptions_UT unitTests( int index); /** */ @DISPID(1) //= 0x1. The runtime will prefer the VTID if present @VTID(10) void notifyStartOfTestSuiteRun(); /** */ @DISPID(2) //= 0x2. The runtime will prefer the VTID if present @VTID(11) void notifyEndOfTestSuiteRun(); /** *

* Getter method for the COM property "ReportErrors" *

* @return Returns a value of type boolean */ @DISPID(3) //= 0x3. The runtime will prefer the VTID if present @VTID(12) boolean reportErrors(); /** *

* Setter method for the COM property "ReportErrors" *

* @param pfReportErrors Mandatory boolean parameter. */ @DISPID(3) //= 0x3. The runtime will prefer the VTID if present @VTID(13) void reportErrors( boolean pfReportErrors); // Properties: }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy