Document.DocumentInspectors 属性
获取一个 Microsoft.Office.Core.DocumentInspectors 对象,使用该对象可以查找隐藏的个人信息(如作者姓名、公司名称和修订日期)。
命名空间: Microsoft.Office.Tools.Word
程序集: Microsoft.Office.Tools.Word(在 Microsoft.Office.Tools.Word.dll 中)
语法
声明
ReadOnly Property DocumentInspectors As DocumentInspectors
Get
DocumentInspectors DocumentInspectors { get; }
属性值
类型:Microsoft.Office.Core.DocumentInspectors
一个 Microsoft.Office.Core.DocumentInspectors 对象,使用该对象可以查找隐藏的个人信息(如作者姓名、公司名称和修订日期)。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。