This topic has not yet been rated - Rate this topic

CodeDomEventBindingService.ValidateMethodName Method

Validates the name of the method.

This method is not CLS-compliant.  

Namespace: Microsoft.VisualStudio.Shell.Design.Serialization.CodeDom
Assembly: Microsoft.VisualStudio.Shell.Design (in microsoft.visualstudio.shell.design.dll)

protected override void ValidateMethodName (
	string methodName
)
protected void ValidateMethodName (
	String methodName
)
protected override function ValidateMethodName (
	methodName : String
)

Parameters

methodName

The method name to validate.

This method calls the IsValidIdentifier method. If the method name is not valid, it throws an ArgumentException.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.