Property of ISearchProvider
Indicates that modified document should be open in editor
Read-Only Property of type VARIANT_BOOL
var bValue = SearchProvider.OpenModified;
bValue = SearchProvider.OpenModified
VARIANT_BOOL bValue; HRESULT hr = SearchProvider.get_OpenModified(&bValue);