IVsIntellisenseProjectEventSink.OnStatusChange(UInt32) Method

Definition

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.

Applies to