OpenXmlPackageValidationEventArgs.Message-Eigenschaft
HINWEIS: Diese API ist jetzt veraltet.
Gets the message string of the event.
Namespace: DocumentFormat.OpenXml.Packaging
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<ObsoleteAttribute("This functionality is obsolete and will be removed from future version release. Please see OpenXmlValidator class for supported validation functionality.", _
False)> _
Public Property Message As String
Get
Set
'Usage
Dim instance As OpenXmlPackageValidationEventArgs
Dim value As String
value = instance.Message
instance.Message = value
[ObsoleteAttribute("This functionality is obsolete and will be removed from future version release. Please see OpenXmlValidator class for supported validation functionality.",
false)]
public string Message { get; set; }
Eigenschaftswert
Typ: System.String
Siehe auch
Referenz
OpenXmlPackageValidationEventArgs Klasse