Click or drag to resize
ReferencedProjectFileNotFoundEventArgs Properties

The ReferencedProjectFileNotFoundEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyCancel
Gets or sets a value that indicates if the load (of the referencing project) should be canceled.
Public propertyCompletionTask
Gets or sets a Task that completes when an asynchronous event handler is finished.
Public propertyContainingProjectType
Gets the type of the project that references the missing file, e.g. the project being loaded.
Public propertyFileName
Gets the name of the project file that could not be found.
Top
See Also