ProjectLoadedEventArgs(Uri, Int32, Int32, Int32, Boolean, TimeSpan) Constructor

Definition

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

Applies to