BuildEventContext.ProjectContextId 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.
Retrieves the Project Context id.
public:
property int ProjectContextId { int get(); };
public int ProjectContextId { get; }
public int ProjectContextId { [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] get; }
member this.ProjectContextId : int
[<get: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
member this.ProjectContextId : int
Public ReadOnly Property ProjectContextId As Integer
Property Value
An integer value representing the project ID.
- Attributes