CodeSearch.CodeSearchFileResult
public sealed class CodeSearch.CodeSearchFileResultGroups the ranked code matches for one indexed source file with its package, language, path, and aggregate relevance score.
Fields
Section titled “Fields”
DocumentId
Section titled “DocumentId”public int DocumentIdReturns
System.Int32
public string PathReturns
System.String
FileName
Section titled “FileName”public string FileNameReturns
System.String
PhysicalPath
Section titled “PhysicalPath”public string PhysicalPathReturns
System.String
PackageName
Section titled “PackageName”public string PackageNameReturns
System.String
Language
Section titled “Language”public string LanguageReturns
System.String
Extension
Section titled “Extension”public string ExtensionReturns
System.String
SourceKind
Section titled “SourceKind”public CodeDocument.SourceKindType SourceKindReturns
AssetInventory.CodeDocument.SourceKindType
Matches
Section titled “Matches”public List<CodeSearch.CodeSearchMatch> MatchesReturns
System.Collections.Generic.List{AssetInventory.CodeSearch.CodeSearchMatch}
public float ScoreReturns
System.Single
Constructors
Section titled “Constructors”
CodeSearchFileResult()
Section titled “CodeSearchFileResult()”public CodeSearchFileResult()