IWebFileCtxService.RemoveFileFromIntellisense(String) 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.
Removes a file from the Intellisense project. The inverse of the AddFileToIntellisense(String, UInt32) method.
public:
int RemoveFileFromIntellisense(System::String ^ pszFilePath);
public:
int RemoveFileFromIntellisense(Platform::String ^ pszFilePath);
int RemoveFileFromIntellisense(std::wstring const & pszFilePath);
public int RemoveFileFromIntellisense (string pszFilePath);
abstract member RemoveFileFromIntellisense : string -> int
Public Function RemoveFileFromIntellisense (pszFilePath As String) As Integer
Parameters
- pszFilePath
- String
[in] Pointer to a string containing the file name. May be relative to the current directory (.).
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.