Share via


IWebFileCtxService.RemoveFileFromIntellisense(String) Method

Definition

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.

Applies to