VsTextManagerClass.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 not provided. Do not use.
public:
virtual int SetFileChangeAdvise(System::String ^ pszFileName, int fStart) = Microsoft::VisualStudio::TextManager::Interop::IVsTextManager::SetFileChangeAdvise;
public:
virtual int SetFileChangeAdvise(System::String ^ pszFileName, int fStart);
public:
virtual int SetFileChangeAdvise(Platform::String ^ pszFileName, int fStart) = Microsoft::VisualStudio::TextManager::Interop::IVsTextManager::SetFileChangeAdvise;
virtual int SetFileChangeAdvise(std::wstring const & pszFileName, int fStart);
public virtual int SetFileChangeAdvise (string pszFileName, int fStart);
abstract member SetFileChangeAdvise : string * int -> int
override this.SetFileChangeAdvise : string * int -> int
Public Overridable Function SetFileChangeAdvise (pszFileName As String, fStart As Integer) As Integer
Parameters
- pszFileName
- String
Do not use.
- fStart
- Int32
Do not use.
Returns
Do not use.