_CustomXMLPart.Errors プロパティ

定義

CustomXMLValidationErrors XML 検証エラー (存在する場合) へのアクセスを提供する オブジェクトを取得します。 検証エラーが存在しない場合このプロパティは Nothing を返します。 読み取り専用です。

public:
 property Microsoft::Office::Core::CustomXMLValidationErrors ^ Errors { Microsoft::Office::Core::CustomXMLValidationErrors ^ get(); };
public Microsoft.Office.Core.CustomXMLValidationErrors Errors { get; }
member this.Errors : Microsoft.Office.Core.CustomXMLValidationErrors
Public ReadOnly Property Errors As CustomXMLValidationErrors

プロパティ値

CustomXMLValidationErrors

適用対象