CodeDomEventBindingService::ValidateMethodName Method (String^)
Visual Studio 2015
Validates the name of the method.
Assembly: Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)
Parameters
- methodName
-
Type:
System::String^
The method name to validate.
This method calls the IsValidIdentifier method. If the method name is not valid, it throws an ArgumentException.
Show: