IndexEntityData Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the IndexEntityData class.
public:
IndexEntityData(System::Collections::Generic::IReadOnlyCollection<Microsoft::VisualStudio::Workspace::Indexing::SymbolDefinition ^> ^ symbols, System::Collections::Generic::IReadOnlyCollection<Microsoft::VisualStudio::Workspace::Indexing::FileDataValue ^> ^ dataValues, System::Collections::Generic::IReadOnlyCollection<Microsoft::VisualStudio::Workspace::Indexing::FileReferenceInfo ^> ^ fileReferences);
public IndexEntityData (System.Collections.Generic.IReadOnlyCollection<Microsoft.VisualStudio.Workspace.Indexing.SymbolDefinition> symbols, System.Collections.Generic.IReadOnlyCollection<Microsoft.VisualStudio.Workspace.Indexing.FileDataValue> dataValues, System.Collections.Generic.IReadOnlyCollection<Microsoft.VisualStudio.Workspace.Indexing.FileReferenceInfo> fileReferences);
new Microsoft.VisualStudio.Workspace.Indexing.IndexEntityData : System.Collections.Generic.IReadOnlyCollection<Microsoft.VisualStudio.Workspace.Indexing.SymbolDefinition> * System.Collections.Generic.IReadOnlyCollection<Microsoft.VisualStudio.Workspace.Indexing.FileDataValue> * System.Collections.Generic.IReadOnlyCollection<Microsoft.VisualStudio.Workspace.Indexing.FileReferenceInfo> -> Microsoft.VisualStudio.Workspace.Indexing.IndexEntityData
Public Sub New (symbols As IReadOnlyCollection(Of SymbolDefinition), dataValues As IReadOnlyCollection(Of FileDataValue), fileReferences As IReadOnlyCollection(Of FileReferenceInfo))
Parameters
- symbols
- IReadOnlyCollection<SymbolDefinition>
Symbols indexed
- dataValues
- IReadOnlyCollection<FileDataValue>
Data values indexed
- fileReferences
- IReadOnlyCollection<FileReferenceInfo>
File references indexed