Share via


IVsProjectTargetDescription.TargetId Property

Gets the target ID.

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.12.0 (in Microsoft.VisualStudio.Shell.Interop.12.0.dll)

Syntax

'Declaration
ReadOnly Property TargetId As Guid
Guid TargetId { get; }
property Guid TargetId {
    Guid get ();
}
abstract TargetId : Guid with get
function get TargetId () : Guid

Property Value

Type: Guid
The target ID.

.NET Framework Security

See Also

Reference

IVsProjectTargetDescription Interface

Microsoft.VisualStudio.Shell.Interop Namespace