Share via


xInfo.compilerOutput Method

Definition

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.

Returns

Applies to