DkmEmbeddedDocument.Content 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.
The raw bytes of the Content contained in the symbol file. These bytes may need to be decompressed.
This API was introduced in Visual Studio 15 Update 5 (DkmApiVersion.VS15Update5).
public:
property System::Collections::ObjectModel::ReadOnlyCollection<System::Byte> ^ Content { System::Collections::ObjectModel::ReadOnlyCollection<System::Byte> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<byte> Content { get; }
member this.Content : System.Collections.ObjectModel.ReadOnlyCollection<byte>
Public ReadOnly Property Content As ReadOnlyCollection(Of Byte)