BuildEventContext.TargetId 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.
Id of the target the event was in when the event was fired
public:
property int TargetId { int get(); };
public int TargetId { get; }
public int TargetId { [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] get; }
member this.TargetId : int
[<get: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
member this.TargetId : int
Public ReadOnly Property TargetId As Integer
Property Value
An integer value representing the target ID.
- Attributes