CustomXMLValidationErrors 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示 对象的集合 CustomXMLValidationError 。
public interface class CustomXMLValidationErrors : Microsoft::Office::Core::_IMsoDispObj, System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("000CDB0F-0000-0000-C000-000000000046")]
public interface CustomXMLValidationErrors : Microsoft.Office.Core._IMsoDispObj, System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("000CDB0F-0000-0000-C000-000000000046")>]
type CustomXMLValidationErrors = interface
interface _IMsoDispObj
interface IEnumerable
Public Interface CustomXMLValidationErrors
Implements _IMsoDispObj, IEnumerable
- 属性
- 实现
属性
Application |
获取一个 Application 对象,该对象代表对象的容器应用程序 CustomXMLValidationErrors 。 只读。 |
Count |
获取集合中的 CustomXMLValidationErrors 项数。 只读。 |
Creator |
获取一个 32 位整数,该整数指示创建对象的应用程序 CustomXMLValidationErrors 。 只读。 |
Item[Int32] |
从集合中CustomXMLValidationErrorCustomXMLValidationErrors获取对象。 只读。 |
Parent |
获取 对象的父对象 CustomXMLValidationErrors 。 只读。 |
方法
Add(CustomXMLNode, String, String, Boolean) |
CustomXMLValidationError将包含 XML 验证错误的 对象添加到集合。CustomXMLValidationErrors |
GetEnumerator() |
表示 对象的集合 CustomXMLValidationError 。 |