EventBindingService.AllowClassNameForMethodName Method
When overridden in a derived class, determines whether a class name can be used in creating a unique method name in a language.
Namespace: Microsoft.Windows.Design.Services
Assembly: Microsoft.Windows.Design.Extensibility (in Microsoft.Windows.Design.Extensibility.dll)
Syntax
'Declaration
Public MustOverride Function AllowClassNameForMethodName As Boolean
'Usage
Dim instance As EventBindingService
Dim returnValue As Boolean
returnValue = instance.AllowClassNameForMethodName()
public abstract bool AllowClassNameForMethodName()
public:
virtual bool AllowClassNameForMethodName() abstract
public abstract function AllowClassNameForMethodName() : boolean
Return Value
Type: System.Boolean
true if a class name can be used in creating a unique method name in a language; otherwise, false.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.Windows.Design.Services Namespace