Options.DisableFeaturesIntroducedAfterbyDefault 属性

定义

禁用所有文档的指定版本后引入的所有功能。

public:
 property Microsoft::Office::Interop::Word::WdDisableFeaturesIntroducedAfter DisableFeaturesIntroducedAfterbyDefault { Microsoft::Office::Interop::Word::WdDisableFeaturesIntroducedAfter get(); void set(Microsoft::Office::Interop::Word::WdDisableFeaturesIntroducedAfter value); };
public Microsoft.Office.Interop.Word.WdDisableFeaturesIntroducedAfter DisableFeaturesIntroducedAfterbyDefault { get; set; }
member this.DisableFeaturesIntroducedAfterbyDefault : Microsoft.Office.Interop.Word.WdDisableFeaturesIntroducedAfter with get, set
Public Property DisableFeaturesIntroducedAfterbyDefault As WdDisableFeaturesIntroducedAfter

属性值

注解

DisableFeaturesbyDefault设置 DisableFeaturesIntroducedAfterbyDefault 属性之前,属性必须设置为 True。 否则为设置才会生效,并且将保持 Word 97 的用于 Windows 的默认设置。

DisableFeaturesIntroducedAfterbyDefault 属性设置应用程序的全局选项,并影响所有文档。 如果只想禁用文档的指定版本之后引入的功能,请使用 DisableFeaturesIntroducedAfter 属性。

适用于