Compartir a través de


IVsTextManager.SetFileChangeAdvise (Método)

La información del método no se proporciona.

Espacio de nombres:  Microsoft.VisualStudio.TextManager.Interop
Ensamblado:  Microsoft.VisualStudio.TextManager.Interop (en Microsoft.VisualStudio.TextManager.Interop.dll)

Sintaxis

'Declaración
Function SetFileChangeAdvise ( _
    pszFileName As String, _
    fStart As Integer _
) As Integer
int SetFileChangeAdvise(
    string pszFileName,
    int fStart
)
int SetFileChangeAdvise(
    [InAttribute] String^ pszFileName, 
    [InAttribute] int fStart
)
abstract SetFileChangeAdvise : 
        pszFileName:string * 
        fStart:int -> int
function SetFileChangeAdvise(
    pszFileName : String, 
    fStart : int
) : int

Parámetros

  • pszFileName
    Tipo: String

    No utilizar.

  • fStart
    Tipo: Int32

    No utilizar.

Valor devuelto

Tipo: Int32

Seguridad de .NET Framework

Vea también

Referencia

IVsTextManager Interfaz

Microsoft.VisualStudio.TextManager.Interop (Espacio de nombres)