IndexEntityData.DataValues Property

Definition

Data values indexed

public:
 property System::Collections::Generic::IReadOnlyCollection<Microsoft::VisualStudio::Workspace::Indexing::FileDataValue ^> ^ DataValues { System::Collections::Generic::IReadOnlyCollection<Microsoft::VisualStudio::Workspace::Indexing::FileDataValue ^> ^ get(); };
public System.Collections.Generic.IReadOnlyCollection<Microsoft.VisualStudio.Workspace.Indexing.FileDataValue> DataValues { get; }
member this.DataValues : System.Collections.Generic.IReadOnlyCollection<Microsoft.VisualStudio.Workspace.Indexing.FileDataValue>
Public ReadOnly Property DataValues As IReadOnlyCollection(Of FileDataValue)

Property Value

Applies to