IVsSmartTagData.GetTimerInterval(Int32) 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.
Gets the timer interval.
public:
int GetTimerInterval([Runtime::InteropServices::Out] int % piTime);
int GetTimerInterval([Runtime::InteropServices::Out] int & piTime);
public int GetTimerInterval (out int piTime);
abstract member GetTimerInterval : int -> int
Public Function GetTimerInterval (ByRef piTime As Integer) As Integer
Parameters
- piTime
- Int32
[out] The timer interval, in milliseconds.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Remarks
COM Signature
From textmgr2.idl:
HRESULT IVsSmartTagData::GetTimerInterval(
[out] long *piTime
);