Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This type has a SecurityCriticalAttribute attribute, which restricts it to internal use by the .NET Framework for Silverlight class library. Application code that uses any member of this type throws a MethodAccessException.
[SECURITY CRITICAL]
Validates the name of the method.
Namespace:  Microsoft.VisualStudio.Shell.Design.Serialization.CodeDom
Assembly:  Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)
Syntax
'Declaration
Protected Overrides Sub ValidateMethodName ( _
    methodName As String _
)
protected override void ValidateMethodName(
    string methodName
)
protected:
virtual void ValidateMethodName(
    String^ methodName
) override
abstract ValidateMethodName : 
        methodName:string -> unit  
override ValidateMethodName : 
        methodName:string -> unit
protected override function ValidateMethodName(
    methodName : String
)
Parameters
- methodName 
 Type: String- The method name to validate. 
See Also
Reference
CodeDomEventBindingService Class
Microsoft.VisualStudio.Shell.Design.Serialization.CodeDom Namespace