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 : StringNe pas utiliser.
fStart
Type : Int32Ne pas utiliser.
Valeur de retour
Type : Int32
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.