ArchiveData.ToArchiveFile Method
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.
Materializes the whole content of the embedded file in memory as a string.
public:
abstract Microsoft::Build::Logging::ArchiveFile ^ ToArchiveFile();
public abstract Microsoft.Build.Logging.ArchiveFile ToArchiveFile ();
abstract member ToArchiveFile : unit -> Microsoft.Build.Logging.ArchiveFile
Public MustOverride Function ToArchiveFile () As ArchiveFile