ProjectLoadedEventArgs(Uri, Int32, Int32, Int32, Boolean, TimeSpan) 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 ProjectLoadedEventArgs (Uri? projectUri, int sourceFileCount, int projectReferenceCount, int packageReferenceCount, bool userAdded, TimeSpan duration);
new Microsoft.Quantum.IQSharp.ProjectLoadedEventArgs : Uri * int * int * int * bool * TimeSpan -> Microsoft.Quantum.IQSharp.ProjectLoadedEventArgs
Public Sub New (projectUri As Uri, sourceFileCount As Integer, projectReferenceCount As Integer, packageReferenceCount As Integer, userAdded As Boolean, duration As TimeSpan)
Parameters
- projectUri
- Uri
- sourceFileCount
- Int32
- projectReferenceCount
- Int32
- packageReferenceCount
- Int32
- userAdded
- Boolean
- duration
- TimeSpan