ProjectContextReadFile Method
Read and parse the specified JSON file, returning a resulting
project file.
Namespace: ProjectTaskAssembly: ProjectTask (in ProjectTask.dll) Version: 25.2814.3647
public static ProjectContext ReadFile(
string filename,
Action<string> messageHandler = null
)
Public Shared Function ReadFile (
filename As String,
Optional messageHandler As Action(Of String) = Nothing
) As ProjectContext
No code example is currently available or this language may not be supported.
- filename String
-
The fully qualified path and filename of the file to read.
- messageHandler ActionString (Optional)
-
Optional reference to a message handler delegate appointed to receive
messages from this function, in the form of 'static void
CallbackName(string message);'.
ProjectContext
Reference to the object-based representation of the specified file,
if legitimate. Otherwise, null.