xInfo.compilerOutput Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
compilerOutput() |
Gets or sets the compiler output object. The compiler output object is the Compiler output window by default. |
compilerOutput(XppObjectBase) |
compilerOutput()
Gets or sets the compiler output object. The compiler output object is the Compiler output window by default.
public:
virtual Dynamics::AX::Application::xCompilerOutput ^ compilerOutput();
public virtual Dynamics.AX.Application.xCompilerOutput compilerOutput ();
abstract member compilerOutput : unit -> Dynamics.AX.Application.xCompilerOutput
override this.compilerOutput : unit -> Dynamics.AX.Application.xCompilerOutput
Public Overridable Function compilerOutput () As xCompilerOutput
Returns
An xCompilerOutput object.
Remarks
The default value of the compilerOut parameter is the Compiler output window, but it can also be the Message window.
Applies to
compilerOutput(XppObjectBase)
public:
virtual Dynamics::AX::Application::xCompilerOutput ^ compilerOutput(Microsoft::Dynamics::Ax::Xpp::XppObjectBase ^ _compilerOut);
public virtual Dynamics.AX.Application.xCompilerOutput compilerOutput (Microsoft.Dynamics.Ax.Xpp.XppObjectBase _compilerOut);
abstract member compilerOutput : Microsoft.Dynamics.Ax.Xpp.XppObjectBase -> Dynamics.AX.Application.xCompilerOutput
override this.compilerOutput : Microsoft.Dynamics.Ax.Xpp.XppObjectBase -> Dynamics.AX.Application.xCompilerOutput
Public Overridable Function compilerOutput (_compilerOut As XppObjectBase) As xCompilerOutput
Parameters
- _compilerOut
- XppObjectBase
A compiler output object; optional. Optional parameter.