Compartir a través de


SearchScopes.Item[Int32] Propiedad

Definición

Devuelve un SearchScope objeto que corresponde a un área en la que se va a realizar una búsqueda de archivos, como unidades locales o carpetas de Microsoft Outlook.

public:
 property Microsoft::Office::Core::SearchScope ^ default[int] { Microsoft::Office::Core::SearchScope ^ get(int Index); };
public Microsoft.Office.Core.SearchScope this[int Index] { get; }
member this.Item(int) : Microsoft.Office.Core.SearchScope
Default Public ReadOnly Property Item(Index As Integer) As SearchScope

Parámetros

Index
Int32

Required Integer. Determina qué objeto SearchScope devuelve.

Valor de propiedad

Se aplica a