IVsItemTypeResolutionService.ReferenceChanged(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 you remove a reference.
public:
int ReferenceChanged(System::String ^ pszReference);
public:
int ReferenceChanged(Platform::String ^ pszReference);
int ReferenceChanged(std::wstring const & pszReference);
public int ReferenceChanged (string pszReference);
abstract member ReferenceChanged : string -> int
Public Function ReferenceChanged (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.