Partager via


IVsTextManager.SetFileChangeAdvise, méthode

Les informations de méthode ne sont pas fournies.

Espace de noms :  Microsoft.VisualStudio.TextManager.Interop
Assembly :  Microsoft.VisualStudio.TextManager.Interop (dans Microsoft.VisualStudio.TextManager.Interop.dll)

Syntaxe

'Déclaration
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

Paramètres

  • pszFileName
    Type : String

    Ne pas utiliser.

  • fStart
    Type : Int32

    Ne pas utiliser.

Valeur de retour

Type : Int32

Sécurité .NET Framework

Voir aussi

Référence

IVsTextManager Interface

Microsoft.VisualStudio.TextManager.Interop, espace de noms