Share via


VsTextManagerClass.SetFileChangeAdvise, méthode

Informations de méthode non fournies.

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

Syntaxe

'Déclaration
Public Overridable Function SetFileChangeAdvise ( _
    pszFileName As String, _
    fStart As Integer _
) As Integer
public virtual int SetFileChangeAdvise(
    string pszFileName,
    int fStart
)
public:
virtual int SetFileChangeAdvise(
    [InAttribute] String^ pszFileName, 
    [InAttribute] int fStart
)
abstract SetFileChangeAdvise : 
        pszFileName:string * 
        fStart:int -> int  
override SetFileChangeAdvise : 
        pszFileName:string * 
        fStart:int -> int
public function SetFileChangeAdvise(
    pszFileName : String, 
    fStart : int
) : int

Paramètres

  • pszFileName
    Type : String

     

  • fStart
    Type : Int32

     

Valeur de retour

Type : Int32

Implémentations

IVsTextManager.SetFileChangeAdvise(String, Int32)

Sécurité .NET Framework

Voir aussi

Référence

VsTextManagerClass Classe

Microsoft.VisualStudio.TextManager.Interop, espace de noms