Partager via


ICodeInjectionService.CreateMethod, méthode

Crée une méthode avec la signature spécifiée.

Espace de noms :  Microsoft.Windows.Design.Services
Assembly :  Microsoft.Windows.Design.Interaction (dans Microsoft.Windows.Design.Interaction.dll)

Syntaxe

'Déclaration
Function CreateMethod ( _
    method As CodeMemberMethod _
) As Boolean
bool CreateMethod(
    CodeMemberMethod method
)
bool CreateMethod(
    CodeMemberMethod^ method
)
abstract CreateMethod : 
        method:CodeMemberMethod -> bool 
function CreateMethod(
    method : CodeMemberMethod
) : boolean

Paramètres

Valeur de retour

Type : System.Boolean
true si la méthode est créée ; sinon, false.

Notes

CreateMethod retourne false si le nom de la méthode n'est pas unique.

Sécurité .NET Framework

Voir aussi

Référence

ICodeInjectionService Interface

Microsoft.Windows.Design.Services, espace de noms