IWebFileCtxService.RemoveDependentAssemblyFile(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 dependent assembly from the project. The inverse of the AddDependentAssemblyFile(String) method.
public:
int RemoveDependentAssemblyFile(System::String ^ pszFilePath);
public:
int RemoveDependentAssemblyFile(Platform::String ^ pszFilePath);
int RemoveDependentAssemblyFile(std::wstring const & pszFilePath);
public int RemoveDependentAssemblyFile (string pszFilePath);
abstract member RemoveDependentAssemblyFile : string -> int
Public Function RemoveDependentAssemblyFile (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.