IVsObjectListOwner.ClearCachedData(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.
Clears cached object list data.
public:
int ClearCachedData(System::UInt32 grfDataKinds);
public:
int ClearCachedData(unsigned int grfDataKinds);
int ClearCachedData(unsigned int grfDataKinds);
public int ClearCachedData (uint grfDataKinds);
abstract member ClearCachedData : uint32 -> int
Public Function ClearCachedData (grfDataKinds As UInteger) As Integer
Parameters
- grfDataKinds
- UInt32
[in] A value from the _VSOBJLISTOWNERCACHEDDATAKINDS enumeration indicating type of data to clear from the cache.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Remarks
COM Signature
From vsshell.idl:
HRESULT IVsObjectListOwner::ClearCachedData(
[in] VSOBJLISTOWNERCACHEDDATAKINDS grfDataKinds
);