IndexEntityData.DataValues 属性

定义

数据值已索引

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)

属性值

IReadOnlyCollection<FileDataValue>

适用于