ArchiveFile(String, String) Constructor
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.
public:
ArchiveFile(System::String ^ fullPath, System::String ^ content);
public ArchiveFile (string fullPath, string content);
new Microsoft.Build.Logging.ArchiveFile : string * string -> Microsoft.Build.Logging.ArchiveFile
Public Sub New (fullPath As String, content As String)
Parameters
- fullPath
- String
- content
- String