IVsItemTypeResolutionService.ReferenceRemoved(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.
Called by the project system when a reference changes.
public:
int ReferenceRemoved(System::String ^ pszReference);
public:
int ReferenceRemoved(Platform::String ^ pszReference);
int ReferenceRemoved(std::wstring const & pszReference);
public int ReferenceRemoved (string pszReference);
abstract member ReferenceRemoved : string -> int
Public Function ReferenceRemoved (pszReference As String) As Integer
Parameters
- pszReference
- String
[in] Pointer to a string containing the full path and name of the reference.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.