Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.Interaction (in Microsoft.Windows.Design.Interaction.dll)
Syntax
'Declaration
Public MustOverride Function AllowClassNameForMethodName As Boolean
public abstract bool AllowClassNameForMethodName()
public:
virtual bool AllowClassNameForMethodName() abstract
abstract AllowClassNameForMethodName : unit -> bool
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