IVsCodeDefView.GetRefreshDelay(UInt32) Method

Definition

Gets the value of the refresh delay.

public:
 int GetRefreshDelay([Runtime::InteropServices::Out] System::UInt32 % pcMilliseconds);
int GetRefreshDelay([Runtime::InteropServices::Out] unsigned int & pcMilliseconds);
public int GetRefreshDelay (out uint pcMilliseconds);
abstract member GetRefreshDelay : uint32 -> int
Public Function GetRefreshDelay (ByRef pcMilliseconds As UInteger) As Integer

Parameters

pcMilliseconds
UInt32

[out] Current value for the refresh delay, in milliseconds.

Returns

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Remarks

On idle, the Code Definition View window gets and presents the most recently pushed context. Time between refreshes is determined by the refresh delay time.

COM Signature

From vsshell80.idl:

HRESULT IVsCodeDefView::GetRefreshDelay(  
   [out] ULONG *pcMilliseconds  
);  

Applies to