IVsIntellisenseProjectEventSink.OnReferenceChange(UInt32, 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 when a reference in the project changes.
public:
int OnReferenceChange(System::UInt32 dwChangeType, System::String ^ pszAssemblyPath);
public:
int OnReferenceChange(unsigned int dwChangeType, Platform::String ^ pszAssemblyPath);
int OnReferenceChange(unsigned int dwChangeType, std::wstring const & pszAssemblyPath);
public int OnReferenceChange (uint dwChangeType, string pszAssemblyPath);
abstract member OnReferenceChange : uint32 * string -> int
Public Function OnReferenceChange (dwChangeType As UInteger, pszAssemblyPath As String) As Integer
Parameters
- dwChangeType
- UInt32
[in] A value from the REFERENCECHANGETYPE enumeration.
- pszAssemblyPath
- String
[in] String that contains the full path to the referenced assembly.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.