Share via


IVsProfilerAttachTargetInfo.ProcessId Property

Definition

Gets the process identifier to which to attach.

public:
 property System::UInt32 ProcessId { System::UInt32 get(); };
public:
 property unsigned int ProcessId { unsigned int get(); };
[System.Runtime.InteropServices.ComAliasName("OLE.DWORD")]
[System.Runtime.InteropServices.DispId(1610743808)]
public uint ProcessId { get; }
[System.Runtime.InteropServices.ComAliasName("OLE.DWORD")]
public uint ProcessId { get; }
[<System.Runtime.InteropServices.ComAliasName("OLE.DWORD")>]
[<System.Runtime.InteropServices.DispId(1610743808)>]
member this.ProcessId : uint32
[<System.Runtime.InteropServices.ComAliasName("OLE.DWORD")>]
member this.ProcessId : uint32
Public ReadOnly Property ProcessId As UInteger

Property Value

The process identifier.

Attributes

Applies to