Método VsTextManagerClass.SetFileChangeAdvise
Informações de método não fornecidas.
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop (em Microsoft.VisualStudio.TextManager.Interop.dll)
Sintaxe
'Declaração
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
Parâmetros
pszFileName
Tipo: String
fStart
Tipo: Int32
Valor de retorno
Tipo: Int32
Implementações
IVsTextManager.SetFileChangeAdvise(String, Int32)
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiável.