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 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。