XppCompiler.dumpEnums 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.
Creates an XML string that contains the X++ compiler information for all enumerations in the current application.
public:
virtual System::String ^ dumpEnums();
public virtual string dumpEnums ();
abstract member dumpEnums : unit -> string
override this.dumpEnums : unit -> string
Public Overridable Function dumpEnums () As String
Returns
The X++ compiler information for all enumerations in the current application
Remarks
General use of this method is discouraged, because the output format might change without warning from version to version.