CodeDomEventBindingService.ValidateMethodName(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Validates the name of the method.
protected:
override void ValidateMethodName(System::String ^ methodName);
protected:
override void ValidateMethodName(Platform::String ^ methodName);
override void ValidateMethodName(std::wstring const & methodName);
protected override void ValidateMethodName (string methodName);
override this.ValidateMethodName : string -> unit
Protected Overrides Sub ValidateMethodName (methodName As String)
Parameters
- methodName
- String
The method name to validate.