Dela via


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

See Also

Reference

EventBindingService Class

EventBindingService Members

Microsoft.Windows.Design.Services Namespace

ModelEditingScope

ModelEvent

ModelEventCollection

Other Resources

WPF Designer Extensibility Architecture