Partilhar via


Método IVsIntellisenseProjectEventSink.OnCodeFileChange (String, String)

 

Chamado quando o arquivo de código-fonte é alterada.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.8.0 (em Microsoft.VisualStudio.Shell.Interop.8.0.dll)

Sintaxe

int OnCodeFileChange(
    string pszOldCodeFile,
    string pszNewCodeFile
)
int OnCodeFileChange(
    String^ pszOldCodeFile,
    String^ pszNewCodeFile
)
abstract OnCodeFileChange : 
        pszOldCodeFile:string *
        pszNewCodeFile:string -> int
Function OnCodeFileChange (
    pszOldCodeFile As String,
    pszNewCodeFile As String
) As Integer

Parâmetros

  • pszOldCodeFile
    Caminho para o arquivo de código antigo.
  • pszNewCodeFile
    Caminho para o novo arquivo de código.

Valor de retorno

Type: System.Int32

Se o método for bem-sucedido, ele retorna S_OK.Se ele falhar, ele retorna um código de erro.

Consulte também

Interface IVsIntellisenseProjectEventSink
Namespace Microsoft.VisualStudio.Shell.Interop

Retornar ao topo