Share via


IVsItemTypeResolutionService.ReferenceRemoved(String) Method

Definition

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.

Applies to