ArchiveFile.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:
override Microsoft::Build::Logging::ArchiveFile ^ ToArchiveFile();
public override Microsoft.Build.Logging.ArchiveFile ToArchiveFile ();
override this.ToArchiveFile : unit -> Microsoft.Build.Logging.ArchiveFile
Public Overrides Function ToArchiveFile () As ArchiveFile