'Declaration
<System.ObsoleteAttribute("Use ValidateAll overload with ValidateOptions parameter for refined results")> Public Overloads Function ValidateAll() As System.Collections.Generic.List(Of DicomValidationException)
'Usage
Dim instance As DicomDataSet Dim value As System.Collections.Generic.List(Of DicomValidationException) value = instance.ValidateAll()
[System.Obsolete("Use ValidateAll overload with ValidateOptions parameter for refined results")] public System.Collections.Generic.List<DicomValidationException> ValidateAll()
public function ValidateAll(): System.Collections.Generic.List;
System.ObsoleteAttribute("Use ValidateAll overload with ValidateOptions parameter for refined results") public function ValidateAll() : System.Collections.Generic.List;
[System.Obsolete("Use ValidateAll overload with ValidateOptions parameter for refined results")] public: System.Collections.Generic.List<DicomValidationException*>* ValidateAll();
[System.Obsolete("Use ValidateAll overload with ValidateOptions parameter for refined results")] public: System.Collections.Generic.List<DicomValidationException^>^ ValidateAll();
Return Value
a list of validation errors as DicomValidationException objects