ProjectStartedEventArgs.ProjectId Property
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.
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