IVsIntellisenseProjectEventSink.OnStatusChange(UInt32) 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.
Method called when the status of the project changes.
public:
int OnStatusChange(System::UInt32 dwStatus);
public:
int OnStatusChange(unsigned int dwStatus);
int OnStatusChange(unsigned int dwStatus);
public int OnStatusChange (uint dwStatus);
abstract member OnStatusChange : uint32 -> int
Public Function OnStatusChange (dwStatus As UInteger) As Integer
Parameters
- dwStatus
- UInt32
[in] A value from the INTELLIPROJSTATUS enumeration.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.