DkmSourceFileId.AdditionalChecksums Property

Definition

[Optional] Additional checksums that can be used to identify this source file. This is used for additional hash algorithms beyond SHA1 and MD5. It is also used to allow for multiple hash values for the same document. This can be used when the same document has semantically identical content but may have different on-disk bytes. For example, this can be used to provide another hash value for alternate line endings.

This API was introduced in Visual Studio 15 RTM (DkmApiVersion.VS15RTM).

public:
 property System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Debugger::Symbols::DkmSourceFileHash ^> ^ AdditionalChecksums { System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Debugger::Symbols::DkmSourceFileHash ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Debugger.Symbols.DkmSourceFileHash> AdditionalChecksums { get; }
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Debugger.Symbols.DkmSourceFileHash>? AdditionalChecksums { get; }
member this.AdditionalChecksums : System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Debugger.Symbols.DkmSourceFileHash>
Public ReadOnly Property AdditionalChecksums As ReadOnlyCollection(Of DkmSourceFileHash)

Property Value

Applies to