IndexEntityData.FileReferences Property
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.
File references being indexed
public:
property System::Collections::Generic::IReadOnlyCollection<Microsoft::VisualStudio::Workspace::Indexing::FileReferenceInfo ^> ^ FileReferences { System::Collections::Generic::IReadOnlyCollection<Microsoft::VisualStudio::Workspace::Indexing::FileReferenceInfo ^> ^ get(); };
public System.Collections.Generic.IReadOnlyCollection<Microsoft.VisualStudio.Workspace.Indexing.FileReferenceInfo> FileReferences { get; }
member this.FileReferences : System.Collections.Generic.IReadOnlyCollection<Microsoft.VisualStudio.Workspace.Indexing.FileReferenceInfo>
Public ReadOnly Property FileReferences As IReadOnlyCollection(Of FileReferenceInfo)