IWebFileCtxService.RemoveDependentAssemblyFile(String) Method

Definition

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.

Applies to