IWebFileCtxService.RemoveDependentAssemblyFile(String) Method
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);
C++/CX
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
- pszFilePath
- String
[in] Pointer to a string containing the file name. May be relative to the current directory (.).
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Proizvod | Verzije |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |