IVsBooleanSymbolPresenceBulkChecker::HasChangedSince Method (Object^)
Visual Studio 2015
Determines whether the symbols defined may have changed since the last time this method was called. Implementations that do not track versions may return true.
Assembly: Microsoft.VisualStudio.Shell.Interop.14.0.DesignTime (in Microsoft.VisualStudio.Shell.Interop.14.0.DesignTime.dll)
Parameters
- versionObject
-
Type:
System::Object^
The response version object assigned at the last call. May be null to get the initial version. At the conclusion of this method call, the object or pointer may be changed so that on a subsequent call we know what version was last observed. The caller should treat this value as an opaque object and should not assume any significance from whether the object pointer changed value or not.
Return Value
Type: System::BooleanTrue if the results may have changed since the last call to this method, otherwise false.
Show: