ProjectStartedEventArgs.ProjectId Property

Definition

Gets the identifier of the project.

public:
 property int ProjectId { int get(); };
public int ProjectId { get; }
public int ProjectId { [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] get; }
member this.ProjectId : int
[<get: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
member this.ProjectId : int
Public ReadOnly Property ProjectId As Integer

Property Value

An integer representing the ID of the project file associated with the event.

Attributes

Applies to