IVsProfilerAttachTargetInfo.ProcessId 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 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