CustomWorkspaceArguments.IndexedElements Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit les types de types d’indexation qui sont générés au cours de l’indexation, le cas échéant. La valeur par défaut est All.
public:
property Microsoft::VisualStudio::Workspace::Indexing::IndexElement IndexedElements { Microsoft::VisualStudio::Workspace::Indexing::IndexElement get(); void set(Microsoft::VisualStudio::Workspace::Indexing::IndexElement value); };
public Microsoft.VisualStudio.Workspace.Indexing.IndexElement IndexedElements { get; set; }
member this.IndexedElements : Microsoft.VisualStudio.Workspace.Indexing.IndexElement with get, set
Public Property IndexedElements As IndexElement