共用方式為


Document.DisableFeaturesIntroducedAfter 屬性

取得或設定值,判斷是否只在文件中停用指定 Microsoft Office Word 版本之後引入的功能。

命名空間:  Microsoft.Office.Tools.Word
組件:   Microsoft.Office.Tools.Word.v4.0.Utilities (在 Microsoft.Office.Tools.Word.v4.0.Utilities.dll 中)
  Microsoft.Office.Tools.Word (在 Microsoft.Office.Tools.Word.dll 中)

語法

'宣告
Property DisableFeaturesIntroducedAfter As WdDisableFeaturesIntroducedAfter
WdDisableFeaturesIntroducedAfter DisableFeaturesIntroducedAfter { get; set; }

屬性值

型別:Microsoft.Office.Interop.Word.WdDisableFeaturesIntroducedAfter
其中一個 WdDisableFeaturesIntroducedAfter 值。

備註

您必須先將 DisableFeatures 屬性設定為 true,才能設定 DisableFeaturesIntroducedAfter 屬性。 否則,設定將不會生效,而仍維持 Windows Word 97 的預設設定。

DisableFeaturesIntroducedAfter 屬性只會影響屬性已設定的文件。 如果要設定全域選項,讓應用程式停用所有文件的功能,請使用 DisableFeaturesIntroducedAfterbyDefault 屬性。

.NET Framework 安全性

請參閱

參考

Document 介面

Microsoft.Office.Tools.Word 命名空間