Método ICodeInjectionService.CreateMethod

Cria um método com a assinatura especificada.

Namespace:  Microsoft.Windows.Design.Services
Assembly:  Microsoft.Windows.Design.Interaction (em Microsoft.Windows.Design.Interaction.dll)

Sintaxe

'Declaração
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

Parâmetros

Valor de retorno

Tipo: System.Boolean
true Se o método foi criado; Caso contrário, false.

Comentários

CreateMethodRetorna false se o nome do método não é exclusivo.

Segurança do .NET Framework

Consulte também

Referência

ICodeInjectionService Interface

Namespace Microsoft.Windows.Design.Services