Share via


CustomWorkspaceArguments.IndexedElements Property

Definition

Gets or sets which types of indexing types are generated during indexing if any. Default is 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

Property Value

Applies to