Microsoft.Protocols.TestSuites.MS_SITESS.AdapterHelper.Schema_ValidationEventHandler C# (CSharp) Méthode

Schema_ValidationEventHandler() private static méthode

The callback method that will handle XML schema validation events.
private static Schema_ValidationEventHandler ( object sender, ValidationEventArgs args ) : void
sender object The source of the event.
args System.Xml.Schema.ValidationEventArgs A ValidationEventArgs containing the event data.
Résultat void
        private static void Schema_ValidationEventHandler(object sender, ValidationEventArgs args)
        {
            validationInfo.Add(args);
        }
    }