net.rgielen.com4j.office2010.office.MsoDebugOptions Maven / Gradle / Ivy
The newest version!
package net.rgielen.com4j.office2010.office ;
import com4j.*;
@IID("{000C035A-0000-0000-C000-000000000046}")
public interface MsoDebugOptions extends net.rgielen.com4j.office2010.office._IMsoDispObj {
// Methods:
/**
*
* Getter method for the COM property "FeatureReports"
*
* @return Returns a value of type int
*/
@DISPID(4) //= 0x4. The runtime will prefer the VTID if present
@VTID(9)
int featureReports();
/**
*
* Setter method for the COM property "FeatureReports"
*
* @param puintFeatureReports Mandatory int parameter.
*/
@DISPID(4) //= 0x4. The runtime will prefer the VTID if present
@VTID(10)
void featureReports(
int puintFeatureReports);
/**
*
* Getter method for the COM property "OutputToDebugger"
*
* @return Returns a value of type boolean
*/
@DISPID(5) //= 0x5. The runtime will prefer the VTID if present
@VTID(11)
boolean outputToDebugger();
/**
*
* Setter method for the COM property "OutputToDebugger"
*
* @param pvarfOutputToDebugger Mandatory boolean parameter.
*/
@DISPID(5) //= 0x5. The runtime will prefer the VTID if present
@VTID(12)
void outputToDebugger(
boolean pvarfOutputToDebugger);
/**
*
* Getter method for the COM property "OutputToFile"
*
* @return Returns a value of type boolean
*/
@DISPID(6) //= 0x6. The runtime will prefer the VTID if present
@VTID(13)
boolean outputToFile();
/**
*
* Setter method for the COM property "OutputToFile"
*
* @param pvarfOutputToFile Mandatory boolean parameter.
*/
@DISPID(6) //= 0x6. The runtime will prefer the VTID if present
@VTID(14)
void outputToFile(
boolean pvarfOutputToFile);
/**
*
* Getter method for the COM property "OutputToMessageBox"
*
* @return Returns a value of type boolean
*/
@DISPID(7) //= 0x7. The runtime will prefer the VTID if present
@VTID(15)
boolean outputToMessageBox();
/**
*
* Setter method for the COM property "OutputToMessageBox"
*
* @param pvarfOutputToMessageBox Mandatory boolean parameter.
*/
@DISPID(7) //= 0x7. The runtime will prefer the VTID if present
@VTID(16)
void outputToMessageBox(
boolean pvarfOutputToMessageBox);
/**
*
* Getter method for the COM property "UnitTestManager"
*
* @return Returns a value of type com4j.Com4jObject
*/
@DISPID(8) //= 0x8. The runtime will prefer the VTID if present
@VTID(17)
com4j.Com4jObject unitTestManager();
// Properties:
}