IVsTextManager.SetFileChangeAdvise(String, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Method information is not provided.
public:
int SetFileChangeAdvise(System::String ^ pszFileName, int fStart);
public:
int SetFileChangeAdvise(Platform::String ^ pszFileName, int fStart);
int SetFileChangeAdvise(std::wstring const & pszFileName, int fStart);
public int SetFileChangeAdvise (string pszFileName, int fStart);
abstract member SetFileChangeAdvise : string * int -> int
Public Function SetFileChangeAdvise (pszFileName As String, fStart As Integer) As Integer
Parameters
- pszFileName
- String
Do not use.
- fStart
- Int32
Do not use.