net.rgielen.com4j.office2010.office.MsoDebugOptions_UTRunResult Maven / Gradle / Ivy
The newest version!
package net.rgielen.com4j.office2010.office ;
import com4j.*;
@IID("{000C038C-0000-0000-C000-000000000046}")
public interface MsoDebugOptions_UTRunResult extends net.rgielen.com4j.office2010.office._IMsoDispObj {
// Methods:
/**
*
* Getter method for the COM property "Passed"
*
* @return Returns a value of type boolean
*/
@DISPID(0) //= 0x0. The runtime will prefer the VTID if present
@VTID(9)
@DefaultMethod
boolean passed();
/**
*
* Getter method for the COM property "ErrorString"
*
* @return Returns a value of type java.lang.String
*/
@DISPID(1) //= 0x1. The runtime will prefer the VTID if present
@VTID(10)
java.lang.String errorString();
// Properties:
}