Dynamics AX TextIO Class 中允许的模式是什么?

What are the allowed Modes in Dynamics AX TextIO Class?

位于 https://msdn.microsoft.com/en-us/library/textio.new.aspx 的 MSDN 页面 仅声明 "Specify one the following: " 但缺少以下列表。

我认为 class 没有改变从 2009 年到 2012 年可能的模式值(这些模式值在 languages/frameworks 中有些通用)所以你可能想看看 page for AX 2009

The mode in which the file should be opened. Specify one the following:
R - Read
W - Write
A - Append (implies "W")
T - Translate (text)
B - Binary