Documents

Property of ISearchProvider

Description

Returns document list. SAFEARRAY of BSTR

Property type

Read-Only Property of type VARIANT

Syntax

JavaScript

var pDocuments = SearchProvider.Documents;

Visual Basic Script

pDocuments = SearchProvider.Documents

C++

VARIANT pDocuments;
HRESULT hr = SearchProvider.get_Documents(&pDocuments);

See Also

ISearchProvider