IVsProjectTargetChange.CurrentTargetId 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 target ID.
public:
property Guid CurrentTargetId { Guid get(); };
[System.Runtime.InteropServices.DispId(1610678273)]
public Guid CurrentTargetId { get; }
public Guid CurrentTargetId { get; }
[<System.Runtime.InteropServices.DispId(1610678273)>]
member this.CurrentTargetId : Guid
member this.CurrentTargetId : Guid
Public ReadOnly Property CurrentTargetId As Guid
Property Value
The target ID.
- Attributes