Property of ISearchProvider
Returns document list. SAFEARRAY of BSTR
Read-Only Property of type VARIANT
var pDocuments = SearchProvider.Documents;
pDocuments = SearchProvider.Documents
VARIANT pDocuments; HRESULT hr = SearchProvider.get_Documents(&pDocuments);